Difference between revisions of "Template:Lang date"
(re-add force) |
Gin Ginster (talk | contribs) (added /ar lines to temp) |
||
Line 4: | Line 4: | ||
// New languages should go below this line. --> | // New languages should go below this line. --> | ||
+ | | ar = {{#switch:{{{1|}}} | ||
+ | | 1 = يناير | ||
+ | | 2 = فبراير | ||
+ | | 3 = مارس | ||
+ | | 4 = ابريل | ||
+ | | 5 = مايو | ||
+ | | 6 = يونيو | ||
+ | | 7 = يوليو | ||
+ | | 8 = اغسطس | ||
+ | | 9 = سبتمبر | ||
+ | | 10 = أكتوبر | ||
+ | | 11 = نوفمبر | ||
+ | | 12 = ديسمبر | ||
+ | }} | ||
| cs = {{#switch:{{{1|}}} | | cs = {{#switch:{{{1|}}} | ||
| 1 = Ledna | | 1 = Ledna | ||
Line 285: | Line 299: | ||
}} | }} | ||
}}<noinclude> | }}<noinclude> | ||
− | {{translation switching|all languages | + | {{translation switching|all languages}}{{doc begin}} |
== Usage == | == Usage == |
Revision as of 13:43, 10 February 2011
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: all languages (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 }}