Skip to content

Commit

Permalink
app, locale: add new departments
Browse files Browse the repository at this point in the history
- Division of Classroom Education, resolves #79
- Graduate School of Educational Sciences, resolves #80
- Division of Preschool Education
  • Loading branch information
furkansimsekli committed Aug 21, 2024
1 parent 2ea3bd4 commit 6934809
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@
"hu-grafik": "Department of Graphic Design",
"hu-heykel": "Department of Sculpture",
"hu-resim": "Department of Painting",
"hu-seramikvecam": "Department of Ceramics and Glass"
"hu-seramikvecam": "Department of Ceramics and Glass",
"hu-snf": "Division of Classroom Education",
"hu-egitimbilimlerienstitusu": "Graduate School of Educational Sciences",
"hu-okuloncesi": "Division of Preschool Education"
}
5 changes: 4 additions & 1 deletion locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@
"hu-grafik": "Département de Design Graphique",
"hu-heykel": "Département de Sculpture",
"hu-resim": "Département de Peinture",
"hu-seramikvecam": "Département de Céramique et Verre"
"hu-seramikvecam": "Département de Céramique et Verre",
"hu-snf": "Division de l'Éducation en Classe",
"hu-egitimbilimlerienstitusu": "École Supérieure de Sciences de l'Éducation",
"hu-okuloncesi": "Division de l'Éducation Préscolaire"
}
5 changes: 4 additions & 1 deletion locale/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@
"hu-grafik": "Grafik Bölümü",
"hu-heykel": "Heykel Bölümü",
"hu-resim": "Resim Bölümü",
"hu-seramikvecam": "Seramik ve Cam Bölümü"
"hu-seramikvecam": "Seramik ve Cam Bölümü",
"hu-snf": "Sınıf Eğitimi Anabilim Dalı",
"hu-egitimbilimlerienstitusu": "Eğitim Bilimleri Enstitüsü",
"hu-okuloncesi": "Okul Öncesi Eğitimi Anabilim Dalı"
}
3 changes: 3 additions & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
BaseDepartment('hu-heykel', 'https://heykel.hacettepe.edu.tr'),
BaseDepartment('hu-resim', 'https://resim.hacettepe.edu.tr'),
BaseDepartment('hu-seramikvecam', 'https://seramikvecam.hacettepe.edu.tr'),
BaseDepartment('hu-snf', 'https://snf.hacettepe.edu.tr'),
BaseDepartment('hu-egitimbilimlerienstitusu', 'https://egitimbilimlerienstitusu.hacettepe.edu.tr'),
BaseDepartment('hu-okuloncesi', 'https://okuloncesi.hacettepe.edu.tr')
]


Expand Down

0 comments on commit 6934809

Please sign in to comment.