Skip to content

Commit

Permalink
refactor(i18n): added Polish language in locales.ts (#373)
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin THOMASSET <corentin.thomasset74@gmail.com>
  • Loading branch information
nkkfs and CorentinTh authored Dec 17, 2024
1 parent 44c7c76 commit 96342b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-client/src/locales/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const locales = [
{ key: 'it', name: 'Italiano' },
{ key: 'hu', name: 'Magyar' },
{ key: 'nl', name: 'Nederlands' },
{ key: 'pl', name: 'Polski' },
{ key: 'pt', name: 'Português' },
{ key: 'pt-BR', name: 'Português (Brasil)' },
{ key: 'vi', name: 'Tiếng Việt' },
Expand Down

0 comments on commit 96342b3

Please sign in to comment.