expose Gaelic in language selection

This commit is contained in:
Damien Elmes 2020-11-30 14:44:29 +10:00
parent 5313447c4d
commit be6bd1322d

View file

@ -58,6 +58,7 @@ langs = sorted(
("فارسی", "fa_IR"), ("فارسی", "fa_IR"),
("ภาษาไทย", "th_TH"), ("ภาษาไทย", "th_TH"),
("Latin", "la_LA"), ("Latin", "la_LA"),
("Gaeilge", "ga_IE"),
] ]
) )