Jump to content

Module:Flags/LocaleData: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Cleaning entries non-localized.
No edit summary
Line 7: Line 7:
-- Examples for demo purposes. Remove them when you copy this module to your project.
-- Examples for demo purposes. Remove them when you copy this module to your project.


m.fullName["Afghanistan"] = "Afganistan"
m.fullName["China"] = "中華人民共和國"
m.fullName["China"] = "中華人民共和國"
m.fullName["United Kindom"] = "Regne Unit"
m.fullName["the Balearic Islands"] = "Illes Balears"
m.fullName["the Balearic Islands"] = "Illes Balears"



Revision as of 03:27, 24 June 2013

-- 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