chore: add crowdin configuration

This commit is contained in:
Stavros
2025-03-19 19:38:10 +02:00
parent fd32e737a3
commit 4076a7e464

12
crowdin.yml Normal file
View File

@@ -0,0 +1,12 @@
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files:
[
{
"source": "/site/src/lib/i18n/locales/en.json",
"translation": "/site/src/lib/i18n/locales/%locale%.json",
},
]