Skip to content

Commit

Permalink
Merge pull request #94 from regulaforensics/dba3b696
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander authored Dec 22, 2023
2 parents 7ba6ef0 + 137995b commit 3c2ca6d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,13 @@ public class LCID {

/** CTC Traditional */
public static final int CTC_TRADITIONAL = 50002;

/** Bengali (Bangladesh) */
public static final int BengaliBangladesh = 2117;

/** BengaliIndia */
public static final int BengaliIndia = 1093;

/** Assamese */
public static final int Assamese = 1101;
}

0 comments on commit 3c2ca6d

Please sign in to comment.