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 03:27, 24 June 2013. 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["Afghanistan"] = "Afganistan"
m.fullName["China"] = "中華人民共和國"
m.fullName["United Kindom"] = "Regne Unit"
m.fullName["the Balearic Islands"] = "Illes Balears"

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