bug 703861 - add hyphenation alias for de-AT-1901. r=smontagu a=khuey

This commit is contained in:
Jonathan Kew 2011-12-13 13:07:05 +00:00
Родитель f8efdbf2ab
Коммит f5cc01e75a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1156,6 +1156,7 @@ pref("intl.hyphenation-alias.uk-*", "uk");
// (these prefs may soon be obsoleted by better BCP47-based tag matching, but for now...) // (these prefs may soon be obsoleted by better BCP47-based tag matching, but for now...)
pref("intl.hyphenation-alias.de", "de-1996"); pref("intl.hyphenation-alias.de", "de-1996");
pref("intl.hyphenation-alias.de-*", "de-1996"); pref("intl.hyphenation-alias.de-*", "de-1996");
pref("intl.hyphenation-alias.de-AT-1901", "de-1901");
pref("intl.hyphenation-alias.de-DE-1901", "de-1901"); pref("intl.hyphenation-alias.de-DE-1901", "de-1901");
pref("intl.hyphenation-alias.de-CH-*", "de-CH"); pref("intl.hyphenation-alias.de-CH-*", "de-CH");