summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2020-10-08 10:59:19 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2020-10-08 10:59:19 +0200
commit97cbc2d06ab4c8fa36619dbe71f8f466f5c68e76 (patch)
tree52ebc7682b80005473edd49fe855fefd0fdb4d7a
parentUpdate zh-Hant.json (diff)
downloadferdium-app-v5.6.0-beta.1.tar.gz
ferdium-app-v5.6.0-beta.1.tar.zst
ferdium-app-v5.6.0-beta.1.zip
Add estonian to languagesv5.6.0-beta.1
-rw-r--r--CHANGELOG.md25
-rw-r--r--src/i18n/languages.js1
2 files changed, 14 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35d8e5710..1454a1ef4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,19 @@
1# [5.6.0-beta.1](https://github.com/meetfranz/franz/compare/v5.5.0...v5.6.0-beta.1) (2020-10-08) 1# [5.6.0-beta.1](https://github.com/meetfranz/franz/compare/v5.5.0...v5.6.0-beta.1) (2020-10-08)
2 2
3 3
4### Features
5
6* **App:** We've put Franz on a diet and he lost over 130MB 🥳
7* **Franz ToDos:** New version of Franz ToDos with lots of new features more on [franztodos.com](https://franztodos.com)
8* **App:** Add new onboarding step to make setting up services easier
9* **Context Menu:** Add option to copy image
10* **Franz ToDos:** Add Franz ToDos as a native service
11* **Franz ToDos:** Added `Cmd+Alt+Shift+R` to reload the Franz ToDos
12* **Spell checker:** Added 12 new languages for spell checking
13* **Spellchecker:** Improved language detection for spell checking
14* **Recipe:** Add option to override recipe partition
15* **Languages:** Added Estonian as a language
16
4### Bug Fixes 17### Bug Fixes
5 18
6* **App:** Fixed crash when Franz goes to sleep 19* **App:** Fixed crash when Franz goes to sleep
@@ -17,18 +30,6 @@
17* **App:** Fix various validation errors 30* **App:** Fix various validation errors
18 31
19 32
20### Features
21
22* **App:** We've put Franz on a diet and he lost over 130MB 🥳
23* **Franz ToDos:** New version of Franz ToDos with lots of new features more on [franztodos.com](https://franztodos.com)
24* **App:** Add new onboarding step to make setting up services easier
25* **Context Menu:** Add option to copy image
26* **Franz ToDos:** Add Franz ToDos as a native service
27* **Franz ToDos:** Added `Cmd+Alt+Shift+R` to reload the Franz ToDos
28* **Spell checker:** Added 12 new languages for spell checking
29* **Spellchecker:** Improved language detection for spell checking
30* **Recipe:** Add option to override recipe partition
31
32 33
33### General 34### General
34 35
diff --git a/src/i18n/languages.js b/src/i18n/languages.js
index c12bc59b5..d3e94d93c 100644
--- a/src/i18n/languages.js
+++ b/src/i18n/languages.js
@@ -25,6 +25,7 @@ export const APP_LOCALES = {
25 tr: 'Türkçe', 25 tr: 'Türkçe',
26 'zh-TW': '台語 (Chinese Taiwan)', 26 'zh-TW': '台語 (Chinese Taiwan)',
27 es: 'Español', 27 es: 'Español',
28 et: 'Eestlane',
28}; 29};
29 30
30// Hunspell compatible keys 31// Hunspell compatible keys