View source for Module:Translated
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
--[[ This module is created as a proposal to partially replace the existing Template:Translated
Note on zh-*:
Certain language conversion tools for conversion between zh-hant and zh-hans appear to be quite reliable. However:
* I am not sure whether the use of such tools makes sense for this particular wiki.
* I am not sure which particular tool should be used. Currently I only know OpenCC (used for the l10n branch of advtrains) and the conversion tool used for zh.wikipedia.org
* OpenCC does not provide a Lua API, and I don't think Scribunto allows loading C/C++ wrapper libraries. Therefore, it would involve a re-implementation.
* I do not know whether the tool used on zh.wikipedia.org can be used on this wiki (note that zh.wikipedia.org is dedicated for a single language) or has a Lua API.
Further discussions can take place on the talk page.
- ywang
]]
-- List of languages to check localized pages for
local langlist = {
de = "🇩🇪",
ru = "🇷🇺",
fr = "🇫🇷",
es = "🇪🇸",
-- I did not add the flags for zh-hans and zh-hant mainly for political reasons
["zh-hans"] = "",
["zh-hant"] = "",
000
1:0
Template used on this page:
Return to Module:Translated.