Difference between revisions of "Template:Lang date"
m |
m |
||
Line 117: | Line 117: | ||
}} | }} | ||
| zh-hant = {{#switch:{{{1|}}} | | zh-hant = {{#switch:{{{1|}}} | ||
− | | 1 = | + | | 1 = 一月 |
− | | 2 = | + | | 2 = 二月 |
− | | 3 = | + | | 3 = 三月 |
− | | 4 = | + | | 4 = 四月 |
− | | 5 = | + | | 5 = 五月 |
− | | 6 = | + | | 6 = 六月 |
− | | 7 = | + | | 7 = 七月 |
− | | 8 = | + | | 8 = 八月 |
− | | 9 = | + | | 9 = 九月 |
− | | 10 = | + | | 10 = 十月 |
− | | 11 = | + | | 11 = 十一月 |
− | | 12 = | + | | 12 = 十二月 |
}} | }} | ||
<!-- // New languages should go above this line. | <!-- // New languages should go above this line. |
Revision as of 07:43, 4 September 2010
This template uses translation switching. The correct language will be displayed automatically. Localized versions of this template (e.g. Template:Lang date/ru) are not necessary. Add your translations directly to this template by editing it. Supported languages for this template: cs, de, fr, hu, it, pl, ro, ru, zh-hant (add) |
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 }}