[v4,1/2] locale: Define Hunsrik (hrx) in iso-639.def
Checks
| Context |
Check |
Description |
| redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
| linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_glibc_build--master-arm |
success
|
Build passed
|
| linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 |
success
|
Test passed
|
| linaro-tcwg-bot/tcwg_glibc_check--master-arm |
success
|
Test passed
|
Commit Message
Signed-off-by: Garccez <joangarcez2100@gmail.com>
---
locale/iso-639.def | 1 +
1 file changed, 1 insertion(+)
Comments
On 3/25/26 5:22 PM, Garccez wrote:
> Signed-off-by: Garccez <joangarcez2100@gmail.com>
This looks good to me and adds the new ISO 639 code.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> ---
> locale/iso-639.def | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/locale/iso-639.def b/locale/iso-639.def
> index 91519d98c7..029d4f3534 100644
> --- a/locale/iso-639.def
> +++ b/locale/iso-639.def
> @@ -208,6 +208,7 @@ DEFINE_LANGUAGE_CODE3 ("Hittite", hit, hit)
> DEFINE_LANGUAGE_CODE3 ("Hmong", hmn, hmn)
> DEFINE_LANGUAGE_CODE3 ("Huizhou Chinese", czh, czh)
> DEFINE_LANGUAGE_CODE ("Hungarian", hu, hun, hun)
> +DEFINE_LANGUAGE_CODE3 ("Hunsrik", hrx, hrx)
OK. Uses code3 as expected.
> DEFINE_LANGUAGE_CODE3 ("Hupa", hup, hup)
> DEFINE_LANGUAGE_CODE3 ("Iban", iba, iba)
> DEFINE_LANGUAGE_CODE ("Icelandic", is, isl, ice)
@@ -208,6 +208,7 @@ DEFINE_LANGUAGE_CODE3 ("Hittite", hit, hit)
DEFINE_LANGUAGE_CODE3 ("Hmong", hmn, hmn)
DEFINE_LANGUAGE_CODE3 ("Huizhou Chinese", czh, czh)
DEFINE_LANGUAGE_CODE ("Hungarian", hu, hun, hun)
+DEFINE_LANGUAGE_CODE3 ("Hunsrik", hrx, hrx)
DEFINE_LANGUAGE_CODE3 ("Hupa", hup, hup)
DEFINE_LANGUAGE_CODE3 ("Iban", iba, iba)
DEFINE_LANGUAGE_CODE ("Icelandic", is, isl, ice)