mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[I18N] Support of all *_() macros of glib/gi18n.h in ninja pot
C_() and NC_() were still missing
This commit is contained in:
parent
d30fe7a365
commit
1b22715a49
@ -21,8 +21,10 @@ execute_process(
|
||||
--flag=g_scanner_error:2:c-format
|
||||
--flag=g_scanner_warn:2:c-format
|
||||
--keyword=_
|
||||
--keyword=N_
|
||||
--keyword=Q_:1g
|
||||
--keyword=N_
|
||||
--keyword=C_:1c,2
|
||||
--keyword=NC_:1c,2
|
||||
--keyword=translate:1,1t
|
||||
--keyword=translate:1c,2,2t
|
||||
--keyword=translate:1,2,3t
|
||||
|
Loading…
Reference in New Issue
Block a user