From cbc5858e1d9fdecbe20066737e0ae80a0da47dc5 Mon Sep 17 00:00:00 2001 From: Omri Date: Mon, 29 Jul 2024 12:37:19 +0300 Subject: [PATCH] Minor fix of language name --- src/i18n/locales/he.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/he.js b/src/i18n/locales/he.js index 689c968..a152830 100644 --- a/src/i18n/locales/he.js +++ b/src/i18n/locales/he.js @@ -1,5 +1,5 @@ const hebrew = { - name: "עברית", + name: "Hebrew", native_name: "עברית", code: "he", };