imported>Rayatpor جز ۱ نسخه واردشده |
English |
||
| خط ۱٬۴۴۶: | خط ۱٬۴۴۶: | ||
name = table.concat (language_list, ', ') -- and concatenate with '<comma><space>' separators | name = table.concat (language_list, ', ') -- and concatenate with '<comma><space>' separators | ||
end | end | ||
if this_wiki_name == name or 'انگلیسی' == name then --FaLocalization: "or 'انگلیسی' == name" | if this_wiki_name == name or 'انگلیسی' == name then --FaLocalization: "or 'انگلیسی' == name" | ||
return ''; -- if one language and that language is this wiki's return an empty string (no annotation) | return ''; -- if one language and that language is this wiki's return an empty string (no annotation) | ||
end | end | ||
return (" " .. wrap_msg ('language', | |||
if name == 'English' then | |||
return (" " .. wrap_msg ('language', 'انگلیسی')); | |||
else | |||
return (" " .. wrap_msg ('language', name)); | |||
end | |||
--[[ TODO: should only return blank or name rather than full list | --[[ TODO: should only return blank or name rather than full list | ||
so we can clean up the bunched parenthetical elements Language, Type, Format | so we can clean up the bunched parenthetical elements Language, Type, Format | ||