diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-07-22 17:02:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-07-23 14:58:20 +0000 |
commit | 0a36787e4c1fa0cf77dcf83be0867178476e372b (patch) | |
tree | 3b6eb80f794985f5876124614a371fa48afd15e1 /share/Makefile | |
parent | 7a7930cd4abce99f406b8ee8a204aa163d4bd1b0 (diff) |
locales: separate unicode from other locales
Unicode locales are maintained and to evolved in cldr.
Generating the other locales from the unicode gets more and more painful
over the time.
Let's freeze the other locales to cldr 34.0.
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/Makefile b/share/Makefile index c4e12b05f7db..dfa5ff1a65a2 100644 --- a/share/Makefile +++ b/share/Makefile @@ -53,11 +53,11 @@ _i18n= i18n .endif .if ${MK_LOCALES} != "no" -_colldef= colldef +_colldef= colldef colldef_unicode +_monetdef= monetdef monetdef_unicode _ctypedef= ctypedef -_monetdef= monetdef -_msgdef= msgdef -_numericdef= numericdef +_msgdef= msgdef msgdef_unicode +_numericdef= numericdef numericdef_unicode _timedef= timedef .endif |