eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] eliot bootstrap po/Makevars po/POTFILES.in


From: Olivier Teulière
Subject: [Eliot-dev] eliot bootstrap po/Makevars po/POTFILES.in
Date: Sat, 02 Jan 2010 11:29:57 +0000

CVSROOT:        /cvsroot/eliot
Module name:    eliot
Changes by:     Olivier Teulière <ipkiss>       10/01/02 11:29:57

Modified files:
        .              : bootstrap 
        po             : Makevars POTFILES.in 

Log message:
        Changes to the build system to detect correctly the strings to be 
translated in the .ui.h files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/eliot/bootstrap?cvsroot=eliot&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/eliot/po/Makevars?cvsroot=eliot&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/eliot/po/POTFILES.in?cvsroot=eliot&r1=1.9&r2=1.10

Patches:
Index: bootstrap
===================================================================
RCS file: /cvsroot/eliot/eliot/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- bootstrap   8 Jan 2008 16:09:08 -0000       1.2
+++ bootstrap   2 Jan 2010 11:29:57 -0000       1.3
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 autopoint -f
+patch -p0 < po/makefile-qt4.patch
 aclocal -I m4
 autoheader
 automake --add-missing --foreign --copy -Wall

Index: po/Makevars
===================================================================
RCS file: /cvsroot/eliot/eliot/po/Makevars,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- po/Makevars 28 Jun 2009 12:11:10 -0000      1.3
+++ po/Makevars 2 Jan 2010 11:29:57 -0000       1.4
@@ -8,7 +8,7 @@
 top_builddir = ..
 
 # These options get passed to xgettext.
-XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --language=C++ 
--from-code=utf-8
+XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_q --keyword=Q_ 
--language=C++ --from-code=utf-8
 
 # This is the copyright holder that gets inserted into the header of the
 # $(DOMAIN).pot file.  Set this to the copyright holder of the surrounding
@@ -20,6 +20,22 @@
 # their copyright.
 COPYRIGHT_HOLDER = Eliot
 
+# This is the email address or URL to which the translators shall report
+# bugs in the untranslated strings:
+# - Strings which are not entire sentences, see the maintainer guidelines
+#   in the GNU gettext documentation, section 'Preparing Strings'.
+# - Strings which use unclear terms or require additional context to be
+#   understood.
+# - Strings which make invalid assumptions about notation of date, time or
+#   money.
+# - Pluralisation problems.
+# - Incorrect English spelling.
+# - Incorrect formatting.
+# It can be your email address, or a mailing list address where translators
+# can write to without being subscribed, or the URL of a web page through
+# which the translators can contact you.
+MSGID_BUGS_ADDRESS = address@hidden
+
 # This is the list of locale categories, beyond LC_MESSAGES, for which the
 # message catalogs shall be used.  It is usually empty.
 EXTRA_LOCALE_CATEGORIES =

Index: po/POTFILES.in
===================================================================
RCS file: /cvsroot/eliot/eliot/po/POTFILES.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- po/POTFILES.in      13 Jun 2009 22:19:12 -0000      1.9
+++ po/POTFILES.in      2 Jan 2010 11:29:57 -0000       1.10
@@ -111,13 +111,16 @@
 qt/score_widget.h
 qt/training_widget.cpp
 qt/training_widget.h
-qt/ui/dic_tools_widget.ui
-qt/ui/main_window.ui
-qt/ui/new_game.ui
-qt/ui/player_widget.ui
-qt/ui/prefs_dialog.ui
-qt/ui/training_widget.ui
 utils/game_io.cpp
 utils/game_io.h
 utils/ncurses.cpp
 utils/ncurses.h
+# Files generated from the .ui files of Qt designer.
+# It works, because Makefile.in.in was patched to support that...
+qt/ui/dic_tools_widget.ui.h
+qt/ui/main_window.ui.h
+qt/ui/new_game.ui.h
+qt/ui/player_widget.ui.h
+qt/ui/prefs_dialog.ui.h
+qt/ui/training_widget.ui.h
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]