From 54c2cf82269da03c067b1ee1c158b84282501c15 Mon Sep 17 00:00:00 2001 From: shai-shimon <100025847+shai-shimon@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:56:05 +0300 Subject: [PATCH] feat(locale): extend Hebrew locale data (#1721) Co-authored-by: Shai Ben Shimol --- src/locales/he/color/human.ts | 6 ++++++ src/locales/he/music/genre.ts | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/locales/he/color/human.ts b/src/locales/he/color/human.ts index 03e7d33e0ea..e23964e1c8f 100644 --- a/src/locales/he/color/human.ts +++ b/src/locales/he/color/human.ts @@ -28,4 +28,10 @@ export default [ 'צבע תכלת', 'לבנדר', 'כסף', + 'בורדו', + 'בז', + 'חאקי', + 'ברונזה', + 'ארד', + 'ערמון', ]; diff --git a/src/locales/he/music/genre.ts b/src/locales/he/music/genre.ts index bf4bd4b88ed..e9ee9076cf6 100644 --- a/src/locales/he/music/genre.ts +++ b/src/locales/he/music/genre.ts @@ -17,4 +17,6 @@ export default [ 'בלוז', 'לא מוסיקה', 'ראפ', + 'טראנס', + 'האוס', ];