Merge pull request #160 from D4isDAVID/update-locales

feat(locales): update Russian & add Hebrew
This commit is contained in:
Linden
2022-11-23 21:53:22 +11:00
committed by GitHub
2 changed files with 13 additions and 1 deletions

12
locales/he.json Normal file
View File

@@ -0,0 +1,12 @@
{
"language": "עברית",
"ui": {
"settings": {
"title": "הגדרות",
"language": "שפה"
},
"cancel": "ביטול",
"close": "סגירה",
"confirm": "אישור"
}
}

View File

@@ -5,7 +5,7 @@
"title": "Настройки",
"language": "Язык"
},
"cancel": "Cancel",
"cancel": "Отменить",
"close": "Закрывать",
"confirm": "Подтверждать"
}