mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:36:39 +08:00
8a236c06e2
- Moves the already existing transliteration rules into `transliterations.en.yml` (there's no need to translate this for every language). The same goes for the stringex configuration. - Doesn't calculate the default slug for *zh_CN* and *ja* anymore. It hasn't been used anyway since stringex is used instead. - Removes a wrong comment from the Russion transliteration file (I hate wrong comments)
21 lines
443 B
YAML
21 lines
443 B
YAML
# encoding: utf-8
|
|
#
|
|
# This file contains default transliteration rules and configures stringex
|
|
#
|
|
# To validate this YAML file after you change it, please paste it into
|
|
# http://yamllint.com/
|
|
|
|
en:
|
|
stringex:
|
|
characters:
|
|
ellipsis: ""
|
|
number: "-"
|
|
# some default transliteration rules may be missing, add them to your locale
|
|
i18n:
|
|
transliterate:
|
|
rule:
|
|
ț: "t"
|
|
Ț: "t"
|
|
ș: "s"
|
|
Ș: "s"
|