1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2019 Nexenta by DDN, Inc. All rights reserved. 14# Copyright 2011 EveryCity Ltd. All rights reserved. 15# Copyright 2013 DEY Storage Systems, Inc. 16# Copyright 2016 Joyent, Inc. 17# 18 19# List of autogenerated charmaps, keep in sync with supported locales 20_CHARMAPS= GB18030 \ 21 ISO8859-1 \ 22 ISO8859-2 \ 23 ISO8859-5 \ 24 ISO8859-7 \ 25 ISO8859-9 \ 26 ISO8859-13 \ 27 ISO8859-15 \ 28 KOI8-R \ 29 UTF-8 30 31# The following charmaps are not autogenerated: 32# ISO8859-11 missing from current CLDR release 33CHARMAPS= $(_CHARMAPS) \ 34 ISO8859-11 35 36# List of autogenerated (unless stated otherwise) locales 37GB18030_LOCALES= \ 38 zh_CN 39 40ISO8859_1_LOCALES= \ 41 da_DK \ 42 de_CH de_DE \ 43 en_AU en_CA en_GB en_NZ en_US \ 44 es_AR es_BO es_CL es_CO es_EC es_ES es_GT es_MX es_NI es_PA \ 45 es_PE es_SV es_UY es_VE \ 46 fr_CA fr_CH fr_FR \ 47 is_IS \ 48 it_CH it_IT \ 49 sv_SE 50 51ISO8859_2_LOCALES= \ 52 cs_CZ \ 53 hr_HR \ 54 hu_HU \ 55 pl_PL \ 56 sq_AL 57 58ISO8859_5_LOCALES= \ 59 bg_BG \ 60 mk_MK \ 61 ru_RU 62 63ISO8859_7_LOCALES= \ 64 el_GR 65 66ISO8859_9_LOCALES= \ 67 tr_TR 68 69_ISO8859_11_LOCALES= 70# The following ISO8859-11 locales are not autogenerated: 71# th_TH missing from current CLDR release 72ISO8859_11_LOCALES= \ 73 $(_ISO8859_11_LOCALES) \ 74 th_TH 75 76ISO8859_13_LOCALES= \ 77 lt_LT \ 78 lv_LV 79 80ISO8859_15_LOCALES= \ 81 ca_ES \ 82 da_DK \ 83 de_AT de_DE \ 84 en_GB en_IE en_US \ 85 es_ES \ 86 fi_FI \ 87 fr_BE fr_FR \ 88 it_IT \ 89 nl_BE nl_NL \ 90 pt_PT \ 91 sv_FI sv_SE 92 93KOI8_R_LOCALES= ru_RU 94 95_UTF_8_LOCALES= C \ 96 af_ZA \ 97 ar_AE ar_BH ar_DZ ar_EG ar_IQ ar_JO ar_KW ar_LB ar_LY ar_MA \ 98 ar_OM ar_QA ar_SA ar_TN ar_YE \ 99 as_IN \ 100 az_AZ \ 101 be_BY \ 102 bg_BG \ 103 bn_BD bn_IN \ 104 bo_CN bo_IN \ 105 bs_BA \ 106 ca_ES \ 107 cs_CZ \ 108 da_DK \ 109 de_AT de_BE de_CH de_DE de_LI de_LU \ 110 el_CY el_GR \ 111 en_AU en_BW en_BZ en_CA en_GB en_HK en_IE en_IN en_JM en_MH \ 112 en_MT en_NA en_NZ en_PH en_PK en_SG en_TT en_US en_ZA en_ZW \ 113 es_AR es_BO es_CL es_CO es_CR es_DO es_EC es_ES es_GQ es_GT \ 114 es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY \ 115 es_VE \ 116 et_EE \ 117 fi_FI \ 118 fil_PH \ 119 fr_BE fr_CA fr_CF fr_CH fr_FR fr_GN fr_LU fr_MC fr_MG fr_ML \ 120 fr_NE fr_SN \ 121 ga_IE \ 122 gu_IN \ 123 he_IL \ 124 hi_IN \ 125 hr_HR \ 126 hu_HU \ 127 hy_AM \ 128 id_ID \ 129 ii_CN \ 130 is_IS \ 131 it_CH it_IT \ 132 ja_JP \ 133 ka_GE \ 134 kk_KZ \ 135 kn_IN \ 136 ko_KR \ 137 kok_IN \ 138 lt_LT \ 139 lv_LV \ 140 mk_MK \ 141 ml_IN \ 142 mn_MN \ 143 mr_IN \ 144 ms_MY \ 145 mt_MT \ 146 ne_IN ne_NP \ 147 nl_BE nl_NL \ 148 nb_NO \ 149 nn_NO \ 150 or_IN \ 151 pa_IN pa_PK \ 152 pl_PL \ 153 pt_BR pt_GW pt_MZ pt_PT \ 154 ro_MD ro_RO \ 155 ru_MD ru_RU ru_UA \ 156 si_LK \ 157 sk_SK \ 158 sl_SI \ 159 sq_AL \ 160 sr_BA sr_ME sr_RS \ 161 sv_FI sv_SE \ 162 ta_IN ta_LK \ 163 te_IN \ 164 th_TH \ 165 tr_TR \ 166 uk_UA \ 167 ug_CN \ 168 ur_IN ur_PK \ 169 vi_VN \ 170 zh_CN zh_HK zh_MO zh_SG zh_TW 171# The following UTF-8 locales are not autogenerated: 172# km_KH erroneous LC_MESSAGES section, keeping old version 173# mn_CN missing from current CLDR release, keeping old version 174# sa_IN missing from current CLDR release, keeping old version 175# zz_AA translation test locale 176UTF_8_LOCALES= $(_UTF_8_LOCALES) \ 177 km_KH \ 178 mn_CN \ 179 sa_IN \ 180 zz_AA 181 182# List of locales that happen to have translations for them present in the gate 183# zz_AA.UTF-8 locale used for testing translation 184TRANSLOCS= zz_AA.UTF-8 185PRIVTRANSLOCS= zz_AA.UTF-8 186