Content deleted Content added
In the absence of translation for an existing entry, links to the english/original name |
Creating table of shortcuts for frequent flags |
||
Line 1:
local p = {}
-- Loading the flag translations module --▼
-- FIXME: include a short list of popular flags here (United States, China...) to avoid loading the module just for them
local shortcuts = {
-- Frequent flags globally --
["China"] = "",
["United States"] = "",
-- Frequent flags in your wiki --
["England"] = "",
}
▲-- Loading the flag translations module --
local translations = require "Module:Sandbox/QuimGil/FlagTranslations"
|