FIX: add missing transliteration rules
This commit is contained in:
parent
168c690427
commit
b47c1defe0
|
@ -15,6 +15,12 @@
|
|||
# http://yamllint.com/
|
||||
|
||||
en:
|
||||
# some default transliteration rules may be missing, add them to your locale
|
||||
i18n:
|
||||
transliterate:
|
||||
rule:
|
||||
ț: "t"
|
||||
Ț: "t"
|
||||
dates:
|
||||
short_date_no_year: "D MMM"
|
||||
short_date: "D MMM, YYYY"
|
||||
|
|
|
@ -15,6 +15,11 @@
|
|||
# http://yamllint.com/
|
||||
|
||||
ro:
|
||||
i18n:
|
||||
transliterate:
|
||||
rule:
|
||||
ț: "t"
|
||||
Ț: "t"
|
||||
dates:
|
||||
short_date_no_year: "D MMM"
|
||||
short_date: "D MMM, YYYY"
|
||||
|
|
Loading…
Reference in New Issue