Add Filipino to language list

This commit is contained in:
Damien Elmes 2023-07-17 14:06:03 +10:00
parent 998b728285
commit f504cc45f1

View file

@ -70,6 +70,7 @@ langs = sorted(
("Gaeilge", "ga_IE"), ("Gaeilge", "ga_IE"),
("Беларуская мова", "be_BY"), ("Беларуская мова", "be_BY"),
("ଓଡ଼ିଆ", "or_OR"), ("ଓଡ଼ିଆ", "or_OR"),
("Filipino", "tl"),
] ]
) )