Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving the problem of Missing flag handling in ColorMyWorld #1603 #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/lib/flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ define(function (require) {
Burkina_Faso: "🇧🇫",
Uruguay: "🇺🇾",
Uzbekistan: "🇺🇿",
Saint_Vincent: "🇻🇨",
Saint_Vincent_and_the_Grenadines: "🇻🇨",
Venezuela: "🇻🇪",
United_States_Virgin_Islands: "🇻🇮",
Namibia: "🇳🇦",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"Burkina_Faso": "Burkina_Faso",
"Uruguay": "Uruguay",
"Uzbekistan": "Uzbekistan",
"Saint_Vincent": "Saint_Vincent_and_the_Grenadines",
"Saint_Vincent_and_the_Grenadines": "Saint_Vincent_and_the_Grenadines",
"Venezuela": "Venezuela",
"United_States_Virgin_Islands": "United_States_Virgin_Islands",
"Namibia": "Namibia",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Burkina_Faso": "Burkina Faso",
"Uruguay": "Uruguay",
"Uzbekistan": "Ouzbékistan",
"Saint_Vincent": "Saint-Vincent-et-les-Grenadines",
"Saint_Vincent_and_the_Grenadines": "Saint-Vincent-et-les-Grenadines",
"Venezuela": "Venezuela",
"United_States_Virgin_Islands": "Îles_Vierges_américaines",
"Namibia": "Namibie",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"Burkina_Faso": "Burkina_Faso",
"Uruguay": "Uruguay",
"Uzbekistan": "Ouzbékistan",
"Saint_Vincent": "Saint-Vincent-et-les-Grenadines",
"Saint_Vincent_and_the_Grenadines": "Saint-Vincent-et-les-Grenadines",
"Venezuela": "Venezuela",
"United_States_Virgin_Islands": "Îles_Vierges_américaines",
"Namibia": "Namibie",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/gr.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Burkina_Faso": "Μπουρκίνα_Φάσο",
"Uruguay": "Ουρουγουάη",
"Uzbekistan": "Ουζμπεκιστάν",
"Saint_Vincent": "Άγιος_Βικέντιος_και_Γρεναδίνες",
"Saint_Vincent_and_the_Grenadines": "Άγιος_Βικέντιος_και_Γρεναδίνες",
"Venezuela": "Βενεζουέλα",
"United_States_Virgin_Islands": "Ηνωμένες_Πολιτείες_Παρθένοι_Νήσοι",
"Namibia": "Ναμίμπια",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Burkina_Faso": "Burkina_Faso",
"Uruguay": "Uruguay",
"Uzbekistan": "Uzbekistan",
"Saint_Vincent": "Saint_Vincent_e_Grenadine",
"Saint_Vincent_and_the_Grenadines": "Saint_Vincent_e_Grenadine",
"Venezuela": "Venezuela",
"United_States_Virgin_Islands": "Stati_Uniti_Isole_Vergini",
"Namibia": "Namibia",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/sw.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Burkina_Faso": "Burkina_Faso",
"Uruguay": "Uruguay",
"Uzbekistan": "Uzbekistan",
"Saint_Vincent": "Saint_Vincent_na_Grenadines",
"Saint_Vincent_and_the_Grenadines": "Saint_Vincent_na_Grenadines",
"Venezuela": "Venezuela",
"United_States_Virgin_Islands": "Visiwa_vya_Virgin_vya_Marekani",
"Namibia": "Namibia",
Expand Down
2 changes: 1 addition & 1 deletion activities/ColorMyWorld.activity/locales/th.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"Burkina_Faso": "Burkina_Faso",
"Uruguay": "อุรุกวัย",
"Uzbekistan": "อุซเบกิ",
"Saint_Vincent": "เซนต์วินเซนต์และเกรนาดีน",
"Saint_Vincent_and_the_Grenadines": "เซนต์วินเซนต์และเกรนาดีน",
"Venezuela": "เวเนซุเอลา",
"United_States_Virgin_Islands": "หมู่เกาะเวอร์จินของสหรัฐอเมริกา",
"Namibia": "นามิเบีย",
Expand Down