feat: impl

This commit is contained in:
2026-04-14 15:24:54 +08:00
parent 9942bd9a7f
commit dd43bb1a1d
26 changed files with 3665 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"projectFileVersion": 4,
"projectName": "Localised Project",
"sourceFiles": ["**/*.yarn"],
"baseLanguage": "en",
"localisation": {
"zh-Hans": {
"strings": "translations/zh-Hans.csv",
"assets": "translations/zh-Hans/"
},
"ja": {
"strings": "translations/ja.csv"
}
}
}