「モジュール:Date」の版間の差分
細 1版 |
細 1版 をインポートしました |
||
| (他の1人の利用者による、間の1版が非表示) | |||
| 150行目: | 150行目: | ||
-- special case of French and Gallic dates, which require different date format for the 1st day of the month | -- special case of French and Gallic dates, which require different date format for the 1st day of the month | ||
if datenum[3]==1 and (langDateForm=='fr-form' or langDateForm=='ga-form') then | if datenum[3]==1 and (langDateForm=='fr-form' or langDateForm=='ga-form' or langDateForm=='ca-form') then | ||
langDateForm = langDateForm .. '1' -- ordinal form for the first day of the month | langDateForm = langDateForm .. '1' -- ordinal form for the first day of the month | ||
end | end | ||