added fy to the PROXY_LANGS (#302)
This commit is contained in:
parent
564b8d46bf
commit
587a678fbd
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ Translation of almost everything.
|
|||
"""
|
||||
|
||||
FULL_TRANSLATION = [
|
||||
"af", "da", "de", "fr", "fa", "et", "id", "it", "nb", "nl", "fy", "pl", "pt-br", "ro", "ru", "uk"
|
||||
"af", "da", "de", "fr", "fa", "et", "id", "it", "nb", "nl",
|
||||
"pl", "pt-br", "ro", "ru", "uk"
|
||||
]
|
||||
|
||||
PARTIAL_TRANSLATION = [
|
||||
|
|
@ -20,7 +21,7 @@ PARTIAL_TRANSLATION = [
|
|||
|
||||
PROXY_LANGS = [
|
||||
"af", "az", "be", "bs", "ca", "cy", "eo",
|
||||
"et", "fa", "he", "hr", "hy", "id", "is",
|
||||
"et", "fa", "fy", "he", "hr", "hy", "id", "is",
|
||||
"it", "ja", "kk", "lv", "mk", "nb", "nn",
|
||||
"ro", "ru", "sl", "pt-br", "uk", "uz",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue