discourse/config/locales/transliterate.de.yml
Gerhard Schlager 8a236c06e2 FEATURE: Adds transliteration of German umlauts in slugs
- 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)
2015-02-27 23:53:58 +01:00

19 lines
333 B
YAML

# encoding: utf-8
#
# This file contains transliteration rules for German
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
de:
i18n:
transliterate:
rule:
Ä: "Ae"
Ö: "Oe"
Ü: "Ue"
ß: "ss"
ä: "ae"
ö: "oe"
ü: "ue"