mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Hopefully last change to po files
While this is a pain for everyone, I decided not to edit out the code reference noise - after all this is supposed to help translators find where the text is used in case it's unclear how to translate something. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
460060c430
commit
9d9eff718b
15 changed files with 3864 additions and 4186 deletions
2
Makefile
2
Makefile
|
|
@ -237,7 +237,7 @@ $(NSIFILE): $(NSIINPUTFILE) Makefile
|
|||
update-po-files:
|
||||
xgettext -o po/subsurface-new.pot -s -k_ -kN_ --keyword=C_:1c,2 --add-comments="++GETTEXT" *.c
|
||||
for i in po/*.po; do \
|
||||
msgmerge -s -U $$i po/subsurface-new.pot ; \
|
||||
msgmerge --no-wrap -s -U $$i po/subsurface-new.pot ; \
|
||||
done
|
||||
|
||||
EXTRA_FLAGS = $(GTKCFLAGS) $(GLIB2CFLAGS) $(XML2CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue