Skip to content

Commit

Permalink
Fixed Polish translation Issue #390 (#391)
Browse files Browse the repository at this point in the history
Fixed issue in Languages when it stated "Polskie" it is wrong and should show "Polski"
  • Loading branch information
MechanikGamer committed Apr 20, 2024
1 parent fb60988 commit 9e948d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ exports[`LanguageScreen renders correctly 1`] = `
}
}
>
Polskie
Polski
</Text.Primary>
</TouchableOpacity>
<TouchableOpacity
Expand Down
2 changes: 1 addition & 1 deletion app/utils/translations/languages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const supportedLanguages = {
sv: "Svenska",
ru: "Pусский",
pt: "Português",
pl: "Polskie",
pl: "Polski",
da: "Dansk",
zh: "中文(简体)",
ms: "Bahasa Melayu",
Expand Down

0 comments on commit 9e948d3

Please sign in to comment.