「モジュール:Date」の版間の差分
細 1版 |
bsd>Jarekt Fulfilling edit request by Vriullop. Thanks for helping! |
||
| 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 | ||