nls: updates for new strings in menus

- also fixes updating tr.po file
- more descriptive instructions in CONTRIBUTING.md
- fix comments in po/pot files when using meson gettext tools
This commit is contained in:
01micko 2023-01-02 12:20:36 +10:00 committed by Johan Malm
parent 4fa2091677
commit 9e954dfcd0
9 changed files with 136 additions and 61 deletions

View file

@ -5,7 +5,6 @@ add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name() + '"',
i18n.gettext(meson.project_name(),
args: ['--directory=' + source_root,
'--add-comments=TRANSLATORS',
'--no-location',
'--keyword=_',
'--msgid-bugs=https://github.com/labwc/labwc/issues'],
preset: 'glib'