aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 1d706f1ef..180f01af6 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -24,6 +24,7 @@ import {
24 electronVersion, 24 electronVersion,
25 osRelease, 25 osRelease,
26 userDataPath, 26 userDataPath,
27 ferdiLocale,
27} from '../environment'; 28} from '../environment';
28import locales from '../i18n/translations'; 29import locales from '../i18n/translations';
29import { onVisibilityChange } from '../helpers/visibility-helper'; 30import { onVisibilityChange } from '../helpers/visibility-helper';
@@ -509,7 +510,7 @@ export default class AppStore extends Store {
509 510
510 _getDefaultLocale() { 511 _getDefaultLocale() {
511 return getLocale({ 512 return getLocale({
512 locale: app.getLocale(), 513 locale: ferdiLocale,
513 locales, 514 locales,
514 defaultLocale, 515 defaultLocale,
515 fallbackLocale: DEFAULT_APP_SETTINGS.fallbackLocale, 516 fallbackLocale: DEFAULT_APP_SETTINGS.fallbackLocale,