Modul:DateTime/local: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
update
(Setup) |
(update) |
||
Zeile 1: | Zeile 1: | ||
--[=[ 2014-01- | --[=[ 2014-01-31 | ||
Date and time utilities: Localization | Date and time utilities: Localization | ||
mw.loadData() table | mw.loadData() table | ||
Zeile 6: | Zeile 6: | ||
-- Export | -- Export | ||
local p = { monthsAbbr = { }, | local p = { era = { }, | ||
monthsAbbr = { }, | |||
monthsLong = { }, | monthsLong = { }, | ||
monthsParse = { }, | monthsParse = { }, | ||
Zeile 13: | Zeile 14: | ||
} | } | ||
p.slang = "de" | p.slang = "de" | ||
p.monthsAbbr.de = { n = 3, suffix = "." } | p.era.de = { "v. Chr.", "n. Chr." } | ||
--p.monthsAbbr.de = { n = 3, suffix = "." } | |||
p.monthsParse.de = { | p.monthsParse.de = { | ||
[ "Dez" ] = 12, | [ "Dez" ] = 12, |