From e1e7b0a553342954772caa8e340edbf824b20547 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Tue, 22 Nov 2022 08:48:57 +0200 Subject: [PATCH 1/2] fix(locales/ru): `cancel` string --- locales/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/ru.json b/locales/ru.json index 4cef82a..576c6c2 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -5,7 +5,7 @@ "title": "Настройки", "language": "Язык" }, - "cancel": "Cancel", + "cancel": "Отменить", "close": "Закрывать", "confirm": "Подтверждать" } From e620df3e93bac9d4e0774b4288babc3699f10864 Mon Sep 17 00:00:00 2001 From: David Malchin Date: Tue, 22 Nov 2022 08:50:11 +0200 Subject: [PATCH 2/2] 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": "אישור" + } +}