mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
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…
x
Reference in New Issue
Block a user