gnucash maint: Improve comment about available languages

Frank H.Ellenberger fell at code.gnucash.org
Sat Feb 11 18:02:37 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/b78d7c72 (commit)
	from  https://github.com/Gnucash/gnucash/commit/260f1ba3 (commit)



commit b78d7c72ce497ccd6c32ced8d197261c511c0055
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sun Feb 12 00:02:33 2017 +0100

    Improve comment about available languages

diff --git a/configure.ac b/configure.ac
index 57c23a0..11e0a74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,11 +90,13 @@ AC_DEFINE_UNQUOTED(GNUCASH_RESAVE_VERSION, $GNUCASH_RESAVE_VERSION,
 AC_DEFINE_UNQUOTED(GNUCASH_LATEST_STABLE_SERIES, "$GNUCASH_LATEST_STABLE_SERIES",
     [Most recent stable GnuCash series])
 
-dnl Set of available languages.
+dnl Set of available languages:
+dnl managed at the Translation Project:
 TP_LINGUAS="az ca cs da eu fa ja nl rw sk sr sv tr uk zh_CN"
 dnl already marked as external at TP:
 GC_LINGUAS="ar bg de el en_GB es fi fr gu he hi hu it kn ko lt lv mr nb ne pl pt pt_BR ro ru ta te ur vi zh_TW "
-dnl not marked or no TP team:
+dnl New or unmarked: The release manager should announce them to TP 
+dnl and when listed there move in the respective group above.
 NEW_LINGUAS="as brx doi es_NI kok kok at latin ks mai mni mni at bengali"
 
 ALL_LINGUAS="$TP_LINGUAS $GC_LINGUAS $NEW_LINGUAS"



Summary of changes:
 configure.ac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list