Skip to content

Commit

Permalink
add language support for Tzotzil and Belarusian (Latin)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve4744 committed Aug 9, 2024
1 parent a05ce22 commit a5a685e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public enum EnumLang {
BAR("bar", new HashMap<String, String>()),
BA_RU("ba_ru", new HashMap<String, String>()),
BE_BY("be_by", new HashMap<String, String>()),
BE_LATN("be_latn", new HashMap<String, String>()),
BG_BG("bg_bg", new HashMap<String, String>()),
BRB("brb", new HashMap<String, String>()),
BR_FR("br_fr", new HashMap<String, String>()),
Expand Down Expand Up @@ -149,6 +150,7 @@ public enum EnumLang {
TOK("tok", new HashMap<String, String>()),
TR_TR("tr_tr", new HashMap<String, String>()),
TT_RU("tt_ru", new HashMap<String, String>()),
TZO_MX("tzo_mx", new HashMap<String, String>()),
UK_UA("uk_ua", new HashMap<String, String>()),
VAL_ES("val_es", new HashMap<String, String>()),
VEC_IT("vec_it", new HashMap<String, String>()),
Expand Down

0 comments on commit a5a685e

Please sign in to comment.