🌐 Internationalization translations into Hebrew, German, Polish and Russian (#12683)

* Add files via upload

Hebrew, German and Russian translations.

* Update de_DE.json

* Update he_IL.json

* Update ru_RU.json

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update init.html

* Update init.html

fix formatting

* Update config.d.ts

fix formatting

* Update constants.ts

* Update constants.ts

* Update init.html

* Add files via upload

added Polish

* Add files via upload

Add Polish language

* Add files via upload

Add Polish language

* Add files via upload

Add Polish language

* Add files via upload

Add Polish language

* Update init.html

* Update app/appearance/langs/de_DE.json

Co-authored-by: Alexander Pape <300609+Macavity@users.noreply.github.com>

* Update init.html

Fixed spaces.

* Update init.html

Fixed spacing

---------

Co-authored-by: Alexander Pape <300609+Macavity@users.noreply.github.com>
This commit is contained in:
Jim Apothy 2024-10-07 05:20:35 +01:00 committed by GitHub
parent f6f07d6cf2
commit f965d6b91b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 6247 additions and 3 deletions

View file

@ -80,7 +80,7 @@ func Boot() {
readOnly := flag.String("readonly", "false", "read-only mode")
accessAuthCode := flag.String("accessAuthCode", "", "access auth code")
ssl := flag.Bool("ssl", false, "for https and wss")
lang := flag.String("lang", "", "zh_CN/zh_CHT/en_US/fr_FR/es_ES/ja_JP/it_IT")
lang := flag.String("lang", "", "zh_CN/zh_CHT/en_US/fr_FR/es_ES/ja_JP/it_IT/de_DE/he_IL/ru_RU/pl_PL")
mode := flag.String("mode", "prod", "dev/prod")
flag.Parse()