You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add the possibility to pass --flag arguments to xgettext calls
The --flag argument can be used to tell xgettext the arguments ofwhich functions should be flagged with c-format in the PO files,instead of guessing based on the presence of format specifiers, whichfails if no format specifiers are present but the translationaccidentally introduces one.Appropriate flag settings have been added for each message catalog.based on a patch by Christoph Berg for bug #6066