web UI languages: add greek, remove polish, prepare for spanish/chinese

greek is complete, polish was very incomplete and remove from git.

spanish and chinese have a high percentage of completed translations,
but not there yet. please help completing them!
This commit is contained in:
Thomas Waldmann 2019-04-14 17:13:17 +02:00
parent 96872b950d
commit 1feb5dbfb8

View File

@ -426,10 +426,11 @@ gettext_noop = lambda s: s
LANGUAGES = (
('en', gettext_noop('English')),
('de', gettext_noop('German')),
('el', gettext_noop('Greek')),
('fr', gettext_noop('French')),
('it', gettext_noop('Italian')),
('pl', gettext_noop('Polish')),
('zh-cn', gettext_noop('Chinese (China)')),
# ('es', gettext_noop('Spanish')),
# ('zh-cn', gettext_noop('Chinese (China)')),
)
# silences 1_6.W001 warning you get without this: