pull/790/head
Mikael Finstad 2021-07-23 22:26:21 +07:00
rodzic d6206ec3e2
commit c34e80eded
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -8,7 +8,8 @@ const { join } = require('path');
const getLangPath = (subPath) => (isDev ? join('public', subPath) : join(app.getAppPath(), 'build', subPath));
// Weblate hardcodes different lang codes than electron
// https://www.electronjs.org/docs/api/locales
// https://www.electronjs.org/docs/api/app#appgetlocale
// https://source.chromium.org/chromium/chromium/src/+/master:ui/base/l10n/l10n_util.cc
const mapLang = (lng) => ({
nb: 'nb_NO',
no: 'nb_NO',