feat(i18n): implement translation basis

This commit is contained in:
2026-04-14 22:23:33 +02:00
parent f0cbc758d9
commit 7ee9adcc9e
13 changed files with 525 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"i18n-ally.localesPaths": [
"i18n",
"messages"
],
"i18n-ally.keystyle": "nested"
}