Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ed729085
...
ed7290852e446123b83e9e507cf804df4c709f31
authored
2007-06-28 17:17:15 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(XGETTEXT_OPTIONS): Add Mailutils-specific printf-like calls.
1 parent
553c8585
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
1 deletions
po/Makevars
po/Makevars
View file @
ed72908
...
...
@@ -8,7 +8,33 @@ DOMAIN = $(PACKAGE)
subdir = po
top_builddir = ..
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
--flag=util_error:1:c-format\
--flag=util_out:2:c-format\
--flag=util_send:1:c-format\
--flag=util_finish:3:c-format\
--flag=mu_error:1:c-format\
--flag=sieve_compile_error:3:c-format\
--flag=sieve_debug_internal:3:c-format\
--flag=mu_sieve_error:2:c-format\
--flag=mu_sieve_debug:2:c-format\
--flag=mu_sieve_log_action:2:c-format\
--flag=mu_stream_printf:3:c-format\
--flag=mu_pop3_writeline:2:c-format\
--flag=mu_nntp_writeline:2:c-format\
--flag=util_out:2:c-format\
--flag=util_send:1:c-format\
--flag=util_do_command:1:c-format\
--flag=util_error:1:c-format\
--flag=util_cache_command:2:c-format\
--flag=mailer_err:1:c-format\
--flag=mh_getyn:1:c-format\
--flag=mh_getyn_interactive:1:c-format\
--flag=mh_error:1:c-format\
--flag=ali_parse_error:1:c-format\
--flag=pop3d_outf:1:c-format\
--flag=imap_writeline:2:c-format
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
MSGID_BUGS_ADDRESS = bug-mailutils@gnu.org
EXTRA_LOCALE_CATEGORIES =
...
...
Please
register
or
sign in
to post a comment