From ca347dab489fad9178d6be5287bfcefd086adbba Mon Sep 17 00:00:00 2001 From: Rachid90 <45884982+Rachid90@users.noreply.github.com> Date: Tue, 27 Dec 2022 19:43:02 -0500 Subject: [PATCH 1/2] fixed missing arabic language from menu Arabic language was in the project files, but was not shown in the languages' menu. --- src/main/menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/menu.js b/src/main/menu.js index b73ecd4c..8244df66 100644 --- a/src/main/menu.js +++ b/src/main/menu.js @@ -18,6 +18,7 @@ const langMap = { pl: 'Polish', 'pt-br': 'Brazilian portuguese', 'zh-CN': '简体中文', + ar: 'العربية', ja: '日本語' } From 947496bb95e82a611eeac541330b6f35e1038be2 Mon Sep 17 00:00:00 2001 From: Rachid90 <45884982+Rachid90@users.noreply.github.com> Date: Tue, 27 Dec 2022 21:20:02 -0500 Subject: [PATCH 2/2] added Arabic to Supported Locale section in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadc1cce..3c1697fb 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Please feel free to suggest more ideas to improve this app. | Brazilian Portuguese | [@gabrielgomeso](https://github.com/gabrielgomeso)| | Italian | [@luverolla](https://github.com/luverolla)| | German | [@nebulon42](https://github.com/nebulon42)| +| Arabic | [@Rachid90](https://github.com/Rachid90)| ## Contributions We're excited that you're wanting to help us make Raven Reader even better! Contributions of all sizes are welcome, if you'd like to work on something take a look through the current [GitHub issues](https://github.com/hello-efficiency-inc/raven-reader/issues). If it's a new feature or potential bugs, please make a new issue ticket for it and populate it accordingly.