Closed bobby285271 closed 3 years ago
https://github.com/elementary/switchboard-plug-about/blob/56152af46647de006207d851f62922a5d9983e22/src/meson.build#L17
Will be great to change this to config_data.set('GETTEXT_PACKAGE', meson.project_name() + '-plug'), we were reusing this line of code downsteam due to our specific localdir path in NixOS and were surprised to see that translations are not applied because of this (see https://github.com/NixOS/nixpkgs/pull/130380/commits/9f76913a141913a42359159854df7d779d244e47) .
config_data.set('GETTEXT_PACKAGE', meson.project_name() + '-plug')
localdir
Reference: https://github.com/NixOS/nixpkgs/pull/130380#discussion_r685142804
https://github.com/elementary/switchboard-plug-about/blob/56152af46647de006207d851f62922a5d9983e22/meson.build#L7
Thanks for reading this :-)
Resolved in #229.
https://github.com/elementary/switchboard-plug-about/blob/56152af46647de006207d851f62922a5d9983e22/src/meson.build#L17
Will be great to change this to
config_data.set('GETTEXT_PACKAGE', meson.project_name() + '-plug')
, we were reusing this line of code downsteam due to our specificlocaldir
path in NixOS and were surprised to see that translations are not applied because of this (see https://github.com/NixOS/nixpkgs/pull/130380/commits/9f76913a141913a42359159854df7d779d244e47) .Reference: https://github.com/NixOS/nixpkgs/pull/130380#discussion_r685142804
https://github.com/elementary/switchboard-plug-about/blob/56152af46647de006207d851f62922a5d9983e22/meson.build#L7
Thanks for reading this :-)