Skip to content

Commit 97cbc2d

Browse files
committed
Add estonian to languages
1 parent 68a3386 commit 97cbc2d

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# [5.6.0-beta.1](https://github.com/meetfranz/franz/compare/v5.5.0...v5.6.0-beta.1) (2020-10-08)
22

33

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+
417
### Bug Fixes
518

619
* **App:** Fixed crash when Franz goes to sleep
@@ -17,18 +30,6 @@
1730
* **App:** Fix various validation errors
1831

1932

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-
3233

3334
### General
3435

src/i18n/languages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const APP_LOCALES = {
2525
tr: 'Türkçe',
2626
'zh-TW': '台語 (Chinese Taiwan)',
2727
es: 'Español',
28+
et: 'Eestlane',
2829
};
2930

3031
// Hunspell compatible keys

0 commit comments

Comments
 (0)