From 04cd806954e0429800dbfeef3e0f3baf75245531 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Mon, 26 Apr 2021 10:16:55 +0200 Subject: [PATCH] chore: update README.md --- README.md | 21 +++++---------------- src/renderer/i18n/index.js | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 4a6c8ab2..eb168836 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ A modern application created with minimalism and semplicity in mind, with featur - Scratchpad. - Multi language. - Secure password storage. -- Auto updates. ## Coming soon @@ -62,17 +61,6 @@ This is a roadmap with major features will come in near future. - Query logs console. - Import/export and migration. -## Troubleshooting - -### **Linux** - -With KDE may need necessary installation of the additional `gnome-keyring` package. -Depending on your distribution, you will need to run the following command: - -- Debian/Ubuntu: `sudo apt-get install gnome-keyring` -- Red Hat-based: `sudo yum install gnome-keyring` -- Arch Linux: `sudo pacman -S gnome-keyring` - ## Currently supported ### Databases @@ -100,10 +88,11 @@ Depending on your distribution, you will need to run the following command: ## Translations -**Italian Translation** (46%) / [Giuseppe Gigliotti](https://github.com/ReverbOD) [[#20](https://github.com/Fabio286/antares/pull/20)] -**Arabic Translation** (45%) / [Mohd-PH](https://github.com/Mohd-PH) [[#29](https://github.com/Fabio286/antares/pull/29)] -**Spanish Translation** (46%) / [hongkfui](https://github.com/hongkfui) [[#32](https://github.com/Fabio286/antares/pull/32)] -**French Translation** (100%) / [MrAnyx](https://github.com/MrAnyx) [[#44](https://github.com/Fabio286/antares/pull/44)] +**Italian Translation** / [Giuseppe Gigliotti](https://github.com/ReverbOD) [[#20](https://github.com/Fabio286/antares/pull/20)] +**Arabic Translation** / [Mohd-PH](https://github.com/Mohd-PH) [[#29](https://github.com/Fabio286/antares/pull/29)] +**Spanish Translation** / [hongkfui](https://github.com/hongkfui) [[#32](https://github.com/Fabio286/antares/pull/32)] +**French Translation** / [MrAnyx](https://github.com/MrAnyx) [[#44](https://github.com/Fabio286/antares/pull/44)] +**Portugues (Brasil)** / [Daniel Eduardo](https://github.com/daeleduardo) [[#54](https://github.com/Fabio286/antares/pull/54)] ## Reviews diff --git a/src/renderer/i18n/index.js b/src/renderer/i18n/index.js index 1ada902a..a9cc56a9 100644 --- a/src/renderer/i18n/index.js +++ b/src/renderer/i18n/index.js @@ -10,7 +10,7 @@ const i18n = new VueI18n({ 'ar-SA': require('./ar-SA'), 'es-ES': require('./es-ES'), 'fr-FR': require('./fr-FR'), - 'pt-BR': require('./pt-BR') + 'pt-BR': require('./pt-BR') } }); export default i18n;