mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
FIX: add missing transliteration rules
This commit is contained in:
parent
168c690427
commit
b47c1defe0
2 changed files with 11 additions and 0 deletions
config/locales
|
@ -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…
Add table
Reference in a new issue