diff options
author | iyzana <iyzana@protonmail.com> | 2022-02-21 13:20:23 +0100 |
---|---|---|
committer | Benno Schulenberg <bensberg@telfort.nl> | 2022-02-25 10:45:07 +0000 |
commit | eb5885245a1ba6955d058a03e31894c23b9f5490 (patch) | |
tree | 7a3f114ffca9c7254a1b6a8f1e712176cc2cf930 /nls | |
parent | 24df23dff9d8c1cf5e918a5f040b852bdf2cfb84 (diff) |
nls: add locale alias from eo.UTF-8 to eo_XX.UTF-8
There is no matching locale in the locale.dir and compose.dir files for
the locale eo.UTF-8. Setting it as the locale resulted in compose files
not being loaded.
Signed-off-by: iyzana <iyzana@protonmail.com>
Diffstat (limited to 'nls')
-rw-r--r-- | nls/locale.alias.pre | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nls/locale.alias.pre b/nls/locale.alias.pre index c2a0717e..8ff7bdb0 100644 --- a/nls/locale.alias.pre +++ b/nls/locale.alias.pre @@ -386,6 +386,7 @@ en_ZW.utf8: en_ZS.UTF-8 en_ZW.iso88591: en_ZW.ISO8859-1 en_ZW.ISO-8859-1: en_ZW.ISO8859-1 eo: eo_XX.ISO8859-3 +eo.UTF-8: eo_XX.UTF-8 eo_EO: eo_EO.ISO8859-3 eo_XX: eo_XX.ISO8859-3 es: es_ES.ISO8859-1 |