This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [Bug localedata/19010] en_ID: wew locale for Indonesian English


On 27 Sep 2015 23:29, Gunnar Hjalmarsson wrote:
> +LC_NAME
> +name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
> +<U0025><U006D><U0025><U0074><U0025><U0066>"
> +END LC_NAME
> +
> +LC_ADDRESS
> +postal_fmt  "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073><U0025><U0062><U0025><U0065><U0025><U0072>"
> +country_ab2   "<U0049><U0044>"
> +country_ab3   "<U0049><U0044><U004E>"
> +country_num   360
> +END LC_ADDRESS
> +
> +LC_MEASUREMENT
> +measurement 1
> +END LC_MEASUREMENT

for these fields you're just copying from id_ID, please use the copy
helper instead:
LC_MEASUREMENT
copy "id_ID"
END LC_MEASUREMENT

you can even override part of the copy by doing something like:
LC_ADDRESS
copy "id_ID"
postal_fmt ....
END LC_ADDRESS

this way the two don't diverge in fields that should be the same
-mike

Attachment: signature.asc
Description: Digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]