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 794455 - Help uses deprecated LINGUAS method
Help uses deprecated LINGUAS method
Status: RESOLVED FIXED
Product: gnome-nettool
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Germán Poo-Caamaño
Rodrigo Moya
Depends on:
Blocks:
 
 
Reported: 2018-03-18 17:35 UTC by Piotr Drąg
Modified: 2018-03-19 16:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Use LINGUAS file for help (1.29 KB, patch)
2018-03-18 17:35 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2018-03-18 17:35:26 UTC
Listing languages in help/meson.build is deprecated, and also Damned Lies only supports the new method.
Comment 1 Piotr Drąg 2018-03-18 17:35:49 UTC
Created attachment 369838 [details] [review]
build: Use LINGUAS file for help
Comment 2 Germán Poo-Caamaño 2018-03-19 16:32:15 UTC
Review of attachment 369838 [details] [review]:

I have no clue about meson syntax. I trust if this works for you, it works for everyone :-)
Comment 3 Piotr Drąg 2018-03-19 16:42:14 UTC
Comment on attachment 369838 [details] [review]
build: Use LINGUAS file for help

https://git.gnome.org/browse/gnome-nettool/commit/?id=8cf5b0294260a133db131d4accdf6a015a16f2ff

Thanks!