Template:L10n subtemplate/l10n

From Thorium Mod Wiki
Jump to navigation Jump to search

This template stores the localization info for Template:L10n subtemplate.

Notes:
  • All unlisted languages use the English values.
  • Gray text means it uses fallback (the string isn't defined in that language, so it uses the English value).
  • Clicking on a language header cell expands/contracts the column (except for the en column). Clicking on the "Value" header cell expands/contracts all non-English columns.
  • Any template with l10n (such as {{eicons}}) must be escaped in l10n register, or it will cause template loop.
  • {{plural:0|is|are}} will get "is" for English, but not always so for other languages. Therefore we can not simply rely on this behavior in l10n, please do test it on target language.
Localization information
Key name
Namespace:
l10n_subtemplate
Value
en
(English)
textThis template stores the [[tgc:Help:I18n & l10n for templates|localization info]] for $template$.
cateLocalization subtemplates
headingLocalization information
keynameKey name
nsNamespace:
valueValue
langformat($lang$)
noteNotes:
note1All unlisted languages use the English values.
note2Gray text means it uses fallback (the string isn't defined in that language, so it uses the English value).
note3Clicking on a language header cell expands/contracts the column (except for the en column). Clicking on the "Value" header cell expands/contracts all non-English columns.
note4Any template with l10n (such as {{eicons}}) must be escaped in l10n register, or it will cause template loop.
note5<code>&#123;&#123;plural:0&#124;is&#124;are&#125;&#125;</code> will get "is" for English, but not always so for other languages. Therefore we can not simply rely on this behavior in l10n, please do test it on target language.