Skip to content

Commit

Permalink
fix: fix categories translations + remove library translations (#252)
Browse files Browse the repository at this point in the history
* refactor: translate missing translations for categories

* refactor: remove library translations

---------

Co-authored-by: spaenleh <[email protected]>
  • Loading branch information
pyphilia and spaenleh authored Sep 22, 2023
1 parent 6a4101a commit e1b9b3d
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 556 deletions.
1 change: 0 additions & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export * from './player';
export * from './categories';
export * from './common';
export * from './chatbox';
export * from './library';
export * from './mail';
export * from './messages';
115 changes: 0 additions & 115 deletions src/constants/library.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/langs/ar/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"arts": "الفنون",
"kindergarten": "روضة الأطفال",
"primary-school": "المدرسة الإبتدائية",
"lower-secondary-school": "المدرسة الإعدادية",
"upper-secondary-school": "المدرسه الثانويه العليا",
"lower-secondary-education": "المدرسة الإعدادية",
"upper-secondary-education": "المدرسه الثانويه العليا",
"vocation-training": "التّدريب المهني",
"higher-education": "التعليم العالي"
}
78 changes: 0 additions & 78 deletions src/langs/ar/library.json

This file was deleted.

4 changes: 2 additions & 2 deletions src/langs/de/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

"kindergarten": "Kindergarten",
"primary-school": "Grundschule",
"lower-secondary-school": "Mittelschule",
"upper-secondary-school": "Sekundaroberstufe",
"lower-secondary-education": "Mittelschule",
"upper-secondary-education": "Sekundaroberstufe",
"vocation-training": "Berufsausbildung",
"higher-education": "Hochschulbildung",

Expand Down
114 changes: 0 additions & 114 deletions src/langs/de/library.json

This file was deleted.

6 changes: 3 additions & 3 deletions src/langs/en/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"social-science": "Social Science",
"natural-science": "Natural Science",
"arts": "Arts",
"informatics": "informatics",
"informatics": "Informatics",
"physical-education": "Physical Education",

"kindergarten": "Kindergarten",
"primary-school": "Primary School",
"lower-secondary-school": "Lower Secondary School",
"upper-secondaryschool": "Upper Secondary School",
"lower-secondary-education": "Lower Secondary Education",
"upper-secondary-education": "Upper Secondary Education",
"vocation-training": "Vocational Training",
"higher-education": "Higher Education",

Expand Down
Loading

0 comments on commit e1b9b3d

Please sign in to comment.