Module:Sandbox/QuimGil/FlagTranslations

From Wikipedia

This module is a complement of Module:Sandbox/QuimGil/Flagicon and both power Template:Flags.

This table includes all the flags explicitly supported.

YOUR HELP IS NEEDED: please contribute adding to the table the data available at the country data templates. We aim to cover first all ISO 3166-1 states and dependent territories, plus their ISO 3166-2 subdivisions.

Use in non-English projects[edit]

Non-English projects must copy this table and add the corresponding translations in the right column. This is a manual task, but perhaps one day these translations can be provided automatically by Wikidata. See bug 47930.

Table of flags[edit]

Format of entries:

["english"] = "locale",

  • Some "english" labels have been modified to match the flag names in Commons.
  • Don't edit the "english" labels unless you know what you are doing!
  • Edit the "locale" labels only when they differ from "english".
  • Flag icons link to the article about "locale", or fallback to "english" if it's empty.

The flags supported by this table of translations are shown below.

ISO 3166-1 countries and dependent territories[edit]

2 letter codes[edit]

3 letter codes[edit]

Full names[edit]

ISO 3166-2 subdivisions[edit]

Australia[edit]

Bolivia[edit]

Belgium[edit]

File:Flag of Flemish Region.svg File:Flag of East Flanders.svg File:Flag of Walloon Brabant.svg File:Flag of Namu.svg File:Flag of Liège.svg File:Flag of Luxembourg (Belgium).svg

Canada[edit]

Italy[edit]

File:Flag of Lombardia.svg File:Flag of Puglia.svg File:Flag of Sardegna.svg File:Flag of Sicilia.svg File:Flag of Toscana.svg File:Flag of Trentino-Alto Adige.svg

Mexico[edit]

File:Flag of Distrito Federal (Mexico).svg File:Flag of Michoacán.svg File:Flag of Nuevo León.svg File:Flag of Querétaro.svg File:Flag of San Luis Potosí.svg File:Flag of Yucatán.svg

Spain[edit]

File:Flag of La Rioja (Spain).svg File:Flag of Madrid.svg File:Flag of Valencian Community.svg

United Kingdom[edit]

United States[edit]


-- Instructions for translators can be found at the /doc page.

-- You don't want to touch this.  :)
local m = {}
m.fullName = {}

-- Examples for demo purposes. Remove them when you copy this module to your project.

m.fullName["Afganistan"] = "Afghanistan"
m.fullName["Andorra"] = "Andorra"
m.fullName["中華人民共和國"] = "China"
m.fullName["Regne Unit"] = "United Kingdom"
m.fullName["Illes Balears"] = "the Balearic Islands"
m.fullName["Pueblos Indígenas de Colombia"] = "Native Peoples of Colombia"

-- You don't want to touch this either!
return m