diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/shared/gettext.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/gettext.ts b/gui/src/shared/gettext.ts index b466a44134..45ff8d3637 100644 --- a/gui/src/shared/gettext.ts +++ b/gui/src/shared/gettext.ts @@ -47,7 +47,7 @@ export function loadTranslations(currentLocale: string) { } function parseTranslation(locale: string, domain: string): boolean { - const filename = path.join(LOCALES_DIR, locale, `${domain}-${locale}.po`); + const filename = path.join(LOCALES_DIR, locale, `${domain}.po`); let buffer: Buffer; try { |
