Skip to content

Commit 749247f

Browse files
authored
Merge pull request #72 from DomFiume/fix/dfi/french_translations_AND_netherland_antilles_removal
Netherland Antilles removal and French translations fix
2 parents 72d10bc + 3836cf2 commit 749247f

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.4.1 - October 08 2025
2+
- Fix French country translations
3+
- Removed Netherlands Antilles from country codes list
4+
15
## 3.4.0 - August 19 2025
26
- Fix China translation
37
- Adding flag autofocus

lib/src/country_codes.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,6 @@ const List<Map<String, String>> codes = [
290290
{"name": "Nauru", "code": "NR", "iso3Code": "NRU", "dial_code": "+674"},
291291
{"name": "नेपाल", "code": "NP", "iso3Code": "NPL", "dial_code": "+977"},
292292
{"name": "Nederland", "code": "NL", "iso3Code": "NLD", "dial_code": "+31"},
293-
{
294-
"name": "Netherlands Antilles",
295-
"code": "AN",
296-
"iso3Code": "AN",
297-
"dial_code": "+599"
298-
},
299293
{
300294
"name": "Nouvelle-Calédonie",
301295
"code": "NC",

lib/src/i18n/fr.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"CA": "Canada",
4040
"CV": "Cap-Vert",
4141
"KY": "Îles Caïmans",
42-
"CF": "Centrafricaine, République",
42+
"CF": "République Centrafricaine",
4343
"TD": "Tchad",
4444
"CL": "Chili",
4545
"CN": "Chine",
@@ -92,7 +92,7 @@
9292
"GY": "Guyana",
9393
"HT": "Haïti",
9494
"HM": "Îles Heard-et-MacDonald",
95-
"VA": "Saint-Siège",
95+
"VA": "Vatican",
9696
"HN": "Honduras",
9797
"HK": "Hong Kong",
9898
"HU": "Hongrie",
@@ -113,7 +113,7 @@
113113
"KP": "Corée du Nord",
114114
"KR": "Corée du Sud",
115115
"KW": "Koweït",
116-
"KG": "Kirghistan",
116+
"KG": "Kirghizistan",
117117
"LA": "Laos",
118118
"LV": "Lettonie",
119119
"LB": "Liban",
@@ -212,7 +212,7 @@
212212
"TG": "Togo",
213213
"TK": "Tokelau",
214214
"TO": "Tonga",
215-
"TT": "Trinidad et Tobago",
215+
"TT": "Trinité-et-Tobago",
216216
"TN": "Tunisie",
217217
"TR": "Turquie",
218218
"TM": "Turkménistan",

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: country_code_picker
22
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
3-
version: 3.4.0
3+
version: 3.4.1
44
homepage: https://github.com/chandrabezzo/CountryCodePicker
55
repository: https://github.com/chandrabezzo/CountryCodePicker
66
issue_tracker: https://github.com/imtoori/CountryCodePicker/issues

0 commit comments

Comments
 (0)