After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794027 - Gettext package inconsistency
Gettext package inconsistency
Status: RESOLVED FIXED
Product: libgweather
Classification: Core
Component: general
3.27.x
Other Linux
: Normal major
: future
Assigned To: libgweather-maint
libgweather-maint
Depends on:
Blocks:
 
 
Reported: 2018-03-03 17:09 UTC by Gunnar Hjalmarsson
Modified: 2018-03-05 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change to correct GETTEXT_PACKAGE (913 bytes, patch)
2018-03-03 17:12 UTC, Gunnar Hjalmarsson
committed Details | Review

Description Gunnar Hjalmarsson 2018-03-03 17:09:06 UTC
The meson.build file in the source root includes:

GETTEXT_PACKAGE = 'gweather-3.0'

This makes libgweather-3-15 look for gweather-3.0.mo files, while the installed files are named libgweather-3.0.mo. The result is that untranslated strings show up for the users.
Comment 1 Gunnar Hjalmarsson 2018-03-03 17:12:37 UTC
Created attachment 369227 [details] [review]
Change to correct GETTEXT_PACKAGE
Comment 2 Jeremy Bicha 2018-03-05 18:14:04 UTC
Thank you Gunnar for helping to make GNOME better.

I went ahead and pushed this for you since we want translations to work in GNOME 3.28 and since I know you don't have git commit rights yet.