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. 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: '日本語' }