FIX: add missing transliteration rules

This commit is contained in:
Sam 2014-10-08 12:27:51 +11:00
parent 168c690427
commit b47c1defe0
2 changed files with 11 additions and 0 deletions

View File

@ -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"

View File

@ -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"