Difference between revisions of "Template:Lang date"

From Team Fortress Wiki
Jump to: navigation, search
m
(add nl from translatewiki.net)
Line 116: Line 116:
 
   | 12 = 12月
 
   | 12 = 12月
 
   }}
 
   }}
 +
| nl = {{#switch:{{{1|}}}
 +
| 1 = januari
 +
| 2 = februari
 +
| 3 = maart
 +
| 4 = april
 +
| 5 = mei
 +
| 6 = juni
 +
| 7 = juli
 +
| 8 = augustus
 +
| 9 = september
 +
| 10 = oktober
 +
| 11 = november
 +
| 12 = december
 +
}}
 
| pl = {{#switch:{{{1|}}}
 
| pl = {{#switch:{{{1|}}}
 
  | 1 = stycznia
 
  | 1 = stycznia
Line 209: Line 223:
 
  }}
 
  }}
 
}}<noinclude>
 
}}<noinclude>
{{translation switching|cs, de, es, fi, fr, hu, it, ja, pl, ro, ru, sv, zh-hans, zh-hant}}{{doc begin}}
+
{{translation switching|cs, de, es, fi, fr, hu, it, ja, nl, pl, ro, ru, sv, zh-hans, zh-hant}}{{doc begin}}
  
 
== Usage ==
 
== Usage ==

Revision as of 06:55, 9 September 2010

Documentation for Lang date


Usage

  • Add the following code to the template (in alphabetical order)
    • Replace xx with your language's code
    • Replace the month names with translations
| xx = {{#switch:{{{1|}}}
 | 1 = January
 | 2 = February
 | 3 = March
 | 4 = April
 | 5 = May
 | 6 = June
 | 7 = July
 | 8 = August
 | 9 = September
 | 10 = October
 | 11 = November
 | 12 = December
 }}