From e620df3e93bac9d4e0774b4288babc3699f10864 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Tue, 22 Nov 2022 08:50:11 +0200 Subject: [PATCH] feat(locales): add hebrew --- locales/he.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 locales/he.json diff --git a/locales/he.json b/locales/he.json new file mode 100644 index 0000000..b5fd2f4 --- /dev/null +++ b/locales/he.json @@ -0,0 +1,12 @@ +{ + "language": "עברית", + "ui": { + "settings": { + "title": "הגדרות", + "language": "שפה" + }, + "cancel": "ביטול", + "close": "סגירה", + "confirm": "אישור" + } +}