Skip to content

Commit

Permalink
chore: update language code list
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Mar 17, 2024
1 parent ffeb1e8 commit 01362bc
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 @@ -12,5 +12,6 @@ export const ISO_MAP = [
{ name: "russian", code: "ru" },
{ name: "japanese", code: "ja" },
{ name: "filipino", code: "fil" },
{ name: "arabic", code: "ar" }
{ name: "arabic", code: "ar" },
{ name: 'czech', code: 'cs' }
];

0 comments on commit 01362bc

Please sign in to comment.