mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
langs fixes
This commit is contained in:
parent
844afadd6f
commit
d7e8aa04ac
26 changed files with 34 additions and 0 deletions
|
|
@ -86,6 +86,10 @@ LANG_VI = "Tiếng Việt"
|
|||
LANG_VI_VI = "Tiếng Việt"
|
||||
LANG_VI_VN = "Tiếng Việt"
|
||||
|
||||
LANG_CZ = "Čeština"
|
||||
LANG_CZ_CZ = "Čeština"
|
||||
LANG_CS_CZ= "Čeština"
|
||||
|
||||
[LANGS_NAMES_EN]
|
||||
LANG_EN = "English"
|
||||
LANG_EN_US = "English (US)"
|
||||
|
|
@ -174,3 +178,7 @@ LANG_BG_BG = "Bulgarian"
|
|||
LANG_VI = "Vietnamese"
|
||||
LANG_VI_VI = "Vietnamese"
|
||||
LANG_VI_VN = "Vietnamese"
|
||||
|
||||
LANG_CZ = "Czech"
|
||||
LANG_CZ_CZ = "Czech"
|
||||
LANG_CS_CZ= "Czech"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue