mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Make xgettext recognize and extract NC_()
* Makefile.in.in: Make xgettext recognize and extract NC_() svn path=/trunk/; revision=22136
This commit is contained in:
parent
6b38a991f5
commit
1a1331ee86
@ -1,3 +1,7 @@
|
||||
2009-01-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* Makefile.in.in: Make xgettext recognize and extract NC_()
|
||||
|
||||
2009-01-18 Åsmund Skjæveland <aasmunds@ulrik.uio.no>
|
||||
|
||||
* nn.po: Updated Norwegian Nynorsk translation.
|
||||
|
@ -92,7 +92,7 @@ all-no:
|
||||
|
||||
$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
|
||||
$(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) --directory=$(top_srcdir) \
|
||||
--add-comments --keyword=_ --keyword=N_ --keyword=C_:1c,2 \
|
||||
--add-comments --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 \
|
||||
--flag=g_strdup_printf:1:c-format \
|
||||
--flag=g_string_printf:2:c-format \
|
||||
--flag=g_string_append_printf:2:c-format \
|
||||
|
Loading…
Reference in New Issue
Block a user