mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-07 15:17:49 +00:00
Add all locales
This commit is contained in:
parent
c33300bf77
commit
dd4fe8cba4
61 changed files with 16385 additions and 208 deletions
|
@ -58,7 +58,7 @@ if __name__ == "__main__":
|
|||
"-o", messagespot, "libretranslate"]
|
||||
pybabel()
|
||||
|
||||
lang_codes = [l.code for l in languages if l != "en"]
|
||||
lang_codes = [l.code for l in languages if l.code != "en"]
|
||||
|
||||
# Init/update
|
||||
for l in lang_codes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue