diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-07-11 23:25:15 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-07-13 23:06:32 +0200 |
commit | 0a83bad2aae6807a108d5bb3eb3389060702265b (patch) | |
tree | 7a73d9474ebb4ff4d6b14b50726efd6b8114942b /localedata/Makefile | |
parent | 046bfed9dec0d24e7b217bb78e15d1640d572832 (diff) | |
download | glibc-0a83bad2aae6807a108d5bb3eb3389060702265b.tar.gz glibc-0a83bad2aae6807a108d5bb3eb3389060702265b.tar.xz glibc-0a83bad2aae6807a108d5bb3eb3389060702265b.zip |
dsb_DE locale: Fix syntax error and add tests (bug 23208).
Fixed syntax error in the collation rules of Lower Sorbian language. Collation test added in order to test the bugs like this early. Reported-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> [BZ #23208] * localedata/Makefile (test-input): Add dsb_DE.UTF-8. (LOCALES): Likewise. * localedata/dsb_DE.UTF-8.in: New file. * localedata/locales/dsb_DE (LC_COLLATE): Fix syntax error.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 2e6e0dcb2a..5ac4f74fdf 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -55,6 +55,7 @@ test-input := \ cy_GB.UTF-8 \ da_DK.ISO-8859-1 \ de_DE.ISO-8859-1 \ + dsb_DE.UTF-8 \ dz_BT.UTF-8 \ en_US.ISO-8859-1 \ eo.UTF-8 \ @@ -200,6 +201,7 @@ LOCALES := \ da_DK.ISO-8859-1 \ de_DE.ISO-8859-1 \ de_DE.UTF-8 \ + dsb_DE.UTF-8 \ dz_BT.UTF-8 \ en_GB.UTF-8 \ en_US.ANSI_X3.4-1968 \ |