mirror of
https://github.com/discourse/discourse.git
synced 2025-06-18 06:33:48 +08:00
FIX: add missing transliteration rules
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user