Use correct metadata for gettext domain

This commit is contained in:
Romain Vigier
2020-09-26 00:26:11 +02:00
parent d5f4be5d60
commit 0b89110fd4
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const e = Me.imports.extension;
const { logDebug, notifyError, getInstalledShellThemes, getShellThemeStylesheet, applyShellStylesheet } = Me.imports.utils;
const { ShellVariants } = Me.imports.modules.ShellVariants;
const Gettext = imports.gettext.domain(Me.metadata.uuid);
const Gettext = imports.gettext.domain(Me.metadata['gettext-domain']);
const _ = Gettext.gettext;
/**