Skip to content

Commit

Permalink
chore: add Belarusian to the language map
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jun 3, 2024
1 parent 38b1be8 commit fb3c2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ export const ISO_MAP = [
{ name: "japanese", code: "ja" },
{ name: "filipino", code: "fil" },
{ name: "arabic", code: "ar" },
{ name: 'czech', code: 'cs' }
{ name: 'czech', code: 'cs' },
{ name: 'belarusian', code: 'be' }
];

0 comments on commit fb3c2a4

Please sign in to comment.