Adds Galician locale

This commit is contained in:
Mouse Reeve
2021-11-17 10:02:39 -08:00
parent 058184a81b
commit 9961a08c93
6 changed files with 3882 additions and 1 deletions

View File

@ -165,8 +165,9 @@ LANGUAGES = [
("en-us", _("English")),
("de-de", _("Deutsch (German)")),
("es-es", _("Español (Spanish)")),
("gl-es", _("Galego (Galician)")),
("fr-fr", _("Français (French)")),
("lt-lt", _("lietuvių (Lithuanian)")),
("lt-lt", _("Lietuvių (Lithuanian)")),
("pt-br", _("Português - Brasil (Brazilian Portuguese)")),
("zh-hans", _("简体中文 (Simplified Chinese)")),
("zh-hant", _("繁體中文 (Traditional Chinese)")),