Module:Flags/LocaleData: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
Doh |
||
Line 9: | Line 9: | ||
m.fullName["Afghanistan"] = "Afganistan" |
m.fullName["Afghanistan"] = "Afganistan" |
||
m.fullName["China"] = "中華人民共和國" |
m.fullName["China"] = "中華人民共和國" |
||
m.fullName["United |
m.fullName["United Kingdom"] = "Regne Unit" |
||
m.fullName["the Balearic Islands"] = "Illes Balears" |
m.fullName["the Balearic Islands"] = "Illes Balears" |
||
Revision as of 03:42, 24 June 2013
Use in non-English projects
Non-English projects must copy this module together with Template:Flags, Module:Flags and Module:Flags/MasterData, and then add the corresponding translations.
This is a manual task, but perhaps one day these translations can be provided automatically by Wikidata. See bug 47930.
Table of flags
Format of entries:
m.fullName["Your Translation"] = "Name of flag in Commons"
Example:
m.fullName["Illes Balears"] = "the Balearic Islands"
- Translate the field in the left to your language.
- Note that the translated string will also be the link to the article.
- Sounds obvious, but you only need to add here the flags with names different than the ones in English.
- Don't touch the field in the right (name of flag in Commons) unless you really know what you are doing!
If you are missing flags in Module:Flags/MasterData please request / contribute them there instead of listing them here only, for the benefit of all projects.
Thank you for using Template:Flags!
-- 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 Kingdom"] = "Regne Unit"
m.fullName["the Balearic Islands"] = "Illes Balears"
-- You don't want to touch this either!
return m