From 490efea8657681507398705012694bb726bac1fc Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 26 Feb 2004 16:46:31 +0000 Subject: [PATCH] Added a comment to inform translators that they must add .po files to both 2004-02-26 Federico Mena Quintero * configure.in: Added a comment to inform translators that they must add .po files to both po/ and po-properties/ when they add new languages to ALL_LINGUAS. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 5 +++++ 6 files changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6a3ee672b..e32fe25c03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-26 Federico Mena Quintero + + * configure.in: Added a comment to inform translators that they + must add .po files to both po/ and po-properties/ when they add + new languages to ALL_LINGUAS. + Wed Feb 25 15:36:50 2004 Owen Taylor * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c6a3ee672b..e32fe25c03 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-02-26 Federico Mena Quintero + + * configure.in: Added a comment to inform translators that they + must add .po files to both po/ and po-properties/ when they add + new languages to ALL_LINGUAS. + Wed Feb 25 15:36:50 2004 Owen Taylor * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display): diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c6a3ee672b..e32fe25c03 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2004-02-26 Federico Mena Quintero + + * configure.in: Added a comment to inform translators that they + must add .po files to both po/ and po-properties/ when they add + new languages to ALL_LINGUAS. + Wed Feb 25 15:36:50 2004 Owen Taylor * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c6a3ee672b..e32fe25c03 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-02-26 Federico Mena Quintero + + * configure.in: Added a comment to inform translators that they + must add .po files to both po/ and po-properties/ when they add + new languages to ALL_LINGUAS. + Wed Feb 25 15:36:50 2004 Owen Taylor * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c6a3ee672b..e32fe25c03 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-02-26 Federico Mena Quintero + + * configure.in: Added a comment to inform translators that they + must add .po files to both po/ and po-properties/ when they add + new languages to ALL_LINGUAS. + Wed Feb 25 15:36:50 2004 Owen Taylor * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text_for_display): diff --git a/configure.in b/configure.in index 045089985b..7d272cb081 100644 --- a/configure.in +++ b/configure.in @@ -382,6 +382,11 @@ if test "$gtk_ok" = "yes"; then fi # i18n stuff +# TRANSLATORS: Please note that gtk+ has both po/ and po-properties/ +# directories. If you add a new language to ALL_LINGUAS, please make +# sure that both po/ and po-properties/ have .po files that correspond +# to your language. If you only add one to po/, the build will break +# in po-properties/. ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mi mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@ije sr@Latn sv ta th tr uk uz uz@Latn vi wa yi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT LIBS="$LIBS $INTLLIBS"