xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.

Home Page:https://reactnative.gallery/xcarpentier/country-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect translation in countries.json

PostmanZero opened this issue · comments

There is an incorrect (typo) Polish translation of GB in the file data / country.json.

"pol": "Zjednoczone Krłlestwo",

It should look like this:

"pol": "Zjednoczone Królestwo",

Or more precisely:

"pol": "Wielka Brytania",

Can you change it relatively soon?

There is definitely a typo in "Zjednoczone Królestwo". Should it be changed to "Wielka Brytania" (Great Britain) that's a separate question. United Kingdom (UK) is Great Britain and North Ireland, so translating it to "Wielka Brytania" would exclude the North Ireland from it to be precise. Although in Polish "Wielka Brytania" is much more commonly used.

In other places it's translated to "slk":"Veľká Británia (Spojené kráľovstvo)", so maybe this can be also done in Polish:

"pol" : "Wielka Brytania (Zjednoczone Królestwo)"