Skip to content

Commit

Permalink
feat: add Czech translation (#5658)
Browse files Browse the repository at this point in the history
* feat: add Czech translation

* action: organized translations

* feat: add cs option

---------

Co-authored-by: GleidsonDaniel <GleidsonDaniel@users.noreply.github.com>
  • Loading branch information
GleidsonDaniel and GleidsonDaniel committed Apr 19, 2024
1 parent 0429cd4 commit 197f136
Show file tree
Hide file tree
Showing 2 changed files with 845 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ export const LANGUAGES: ILanguage[] = [
value: 'bn',
file: () => require('./locales/bn-IN.json')
},
{
label: 'Czech',
value: 'cs',
file: () => require('./locales/cs.json')
},
{
label: 'Deutsch',
value: 'de',
Expand Down

0 comments on commit 197f136

Please sign in to comment.