Jump to content

Module:Flags/LocaleData

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by QuimGil (talk | contribs) at 21:57, 25 June 2013 (QuimGil moved page Module:Sandbox/QuimGil/FlagTranslations to Module:Flags/LocaleData without leaving a redirect: Out of sandbox.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- 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["中華人民共和國"] = "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