Feature/i18n load resources from backend (#746)

* Load i18n resources from backend

* Move locales to public folder
This commit is contained in:
schroda
2024-04-14 17:32:25 +02:00
committed by GitHub
parent 43597e8428
commit 6276da42cf
22 changed files with 49 additions and 57 deletions

24
public/locales/tr.json Normal file
View File

@@ -0,0 +1,24 @@
{
"category": {
"dialog": {
"title": {
"edit_category": "Kategoriyi düzenle",
"new_category": "Yeni kategori"
}
},
"error": {
"label": {
"empty": "Kategori boştur",
"request_failure": "Kategoriler yüklenemedi"
},
"no_categories_found": {
"label": {
"info": "Henüz herhangi bir kategoriniz yok."
}
}
},
"label": {
"category_name": "Kategori İsmi"
}
}
}