Skip to content

Commit

Permalink
feat(i18n-PL): adds Polish translations (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: Daviteusz <imefiu3@gmail.com>
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Co-authored-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
Daviteusz and pedrolamas committed Jun 22, 2023
1 parent a7509e7 commit 491e863
Show file tree
Hide file tree
Showing 2 changed files with 756 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ export const SupportedLocales = Object.freeze([
{ name: 'Italiano', code: 'it' },
{ name: 'Magyar', code: 'hu' },
{ name: 'Nederlands', code: 'nl' },
{ name: 'Polski', code: 'pl' },
{ name: 'Português', code: 'pt' },
{ name: 'Русский', code: 'ru' },
{ name: 'Slovenščina', code: 'sl' },
Expand Down
Loading

0 comments on commit 491e863

Please sign in to comment.