diff --git a/system/locale_gen.py b/system/locale_gen.py index 9108cfb53cd..d10fc90ad45 100644 --- a/system/locale_gen.py +++ b/system/locale_gen.py @@ -37,6 +37,7 @@ EXAMPLES = ''' LOCALE_NORMALIZATION = { ".utf8": ".UTF-8", ".eucjp": ".EUC-JP", + ".iso885915": ".ISO-8859-15", } # ===========================================