Skip to content

Commit

Permalink
Update i18n.ts
Browse files Browse the repository at this point in the history
add Czech translation
  • Loading branch information
MickCZ authored Sep 21, 2023
1 parent 6a8a079 commit ebada58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ export const languages: { [key: string]: Language } = {
countryCode: "ru",
fullCode: "ru-RU",
},
["cs"]: {
name: "Česky",
countryCode: "cs",
fullCode: "cs-CS",
},
}

i18n
Expand Down

0 comments on commit ebada58

Please sign in to comment.