[v4,1/2] locale: Define Hunsrik (hrx) in iso-639.def

Message ID 20260325212225.21483-2-joangarcez2100@gmail.com (mailing list archive)
State Committed
Commit af73752b981a4dddf79e1b49f32aaf957d85a627
Delegated to: Carlos O'Donell
Headers
Series Add Hunsrik locale support (hrx, hrx_BR) |

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

Garccez March 25, 2026, 9:22 p.m. UTC
  Signed-off-by: Garccez <joangarcez2100@gmail.com>
---
 locale/iso-639.def | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Carlos O'Donell April 8, 2026, 12:22 p.m. UTC | #1
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)
  

Patch

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)
 DEFINE_LANGUAGE_CODE3 ("Hupa", hup, hup)
 DEFINE_LANGUAGE_CODE3 ("Iban", iba, iba)
 DEFINE_LANGUAGE_CODE ("Icelandic", is, isl, ice)