Added deploy action for Localazy translations (#1014)

* Added deploy action for Localazy translations

* Fixed yml
This commit is contained in:
Gunnar Skjold
2025-09-25 14:03:51 +02:00
committed by GitHub
parent 031422f783
commit e11fac3d11
3 changed files with 52 additions and 0 deletions

9
localazy/localazy.json Normal file
View File

@@ -0,0 +1,9 @@
{
"upload": {},
"download": {
"includeSourceLang": true,
"folder": "./language/",
"files": "${lang}.json"
},
"transformations": []
}