[gnome-weather/wip/christopherdavis/rename-locale-mo: 2/2] i18n: Change gettext module name
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-weather/wip/christopherdavis/rename-locale-mo: 2/2] i18n: Change gettext module name
- Date: Thu, 28 Mar 2019 16:15:31 +0000 (UTC)
commit 55829496ae3db828751dfc430d8a2152ce32eb89
Author: Christopher Davis <brainblasted disroot org>
Date: Thu Mar 28 11:52:46 2019 -0400
i18n: Change gettext module name
The gettext module was named gnome-weather, but Weather
looks for it's application ID. This resolves the issue
by setting the gettext domain equal to the application id.
Closes #29
po/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/po/meson.build b/po/meson.build
index 0391bb8..5d0af17 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,3 @@
message('Update translations')
-i18n.gettext('gnome-weather', preset: 'glib',
+i18n.gettext(application_id, preset: 'glib',
args: [ '--keyword=X-Geoclue-Reason' ])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]