Skip to content

Commit

Permalink
Add estonian to languages
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Oct 8, 2020
1 parent 68a3386 commit 97cbc2d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
25 changes: 13 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# [5.6.0-beta.1](https://github.com/meetfranz/franz/compare/v5.5.0...v5.6.0-beta.1) (2020-10-08)


### Features

* **App:** We've put Franz on a diet and he lost over 130MB 🥳
* **Franz ToDos:** New version of Franz ToDos with lots of new features more on [franztodos.com](https://franztodos.com)
* **App:** Add new onboarding step to make setting up services easier
* **Context Menu:** Add option to copy image
* **Franz ToDos:** Add Franz ToDos as a native service
* **Franz ToDos:** Added `Cmd+Alt+Shift+R` to reload the Franz ToDos
* **Spell checker:** Added 12 new languages for spell checking
* **Spellchecker:** Improved language detection for spell checking
* **Recipe:** Add option to override recipe partition
* **Languages:** Added Estonian as a language

### Bug Fixes

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


### Features

* **App:** We've put Franz on a diet and he lost over 130MB 🥳
* **Franz ToDos:** New version of Franz ToDos with lots of new features more on [franztodos.com](https://franztodos.com)
* **App:** Add new onboarding step to make setting up services easier
* **Context Menu:** Add option to copy image
* **Franz ToDos:** Add Franz ToDos as a native service
* **Franz ToDos:** Added `Cmd+Alt+Shift+R` to reload the Franz ToDos
* **Spell checker:** Added 12 new languages for spell checking
* **Spellchecker:** Improved language detection for spell checking
* **Recipe:** Add option to override recipe partition


### General

Expand Down
1 change: 1 addition & 0 deletions src/i18n/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const APP_LOCALES = {
tr: 'Türkçe',
'zh-TW': '台語 (Chinese Taiwan)',
es: 'Español',
et: 'Eestlane',
};

// Hunspell compatible keys
Expand Down

0 comments on commit 97cbc2d

Please sign in to comment.