gnucash maint: Update LINGUAS explanation to the last version we had in autotools

Frank H.Ellenberger fell at code.gnucash.org
Wed Oct 17 01:33:53 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/295f8e38 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d9ed8475 (commit)



commit 295f8e38d863604aee720a72cac5bddff3e7b878
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Oct 17 07:33:38 2018 +0200

    Update LINGUAS explanation to the last version we had in autotools

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 2a50460..79c310d 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -1,10 +1,12 @@
 add_subdirectory(glossary)
 
-# Set of available languages.
+# Set of available languages:
+# * managed at the Translation Project (TP):
 set (TP_LINGUAS az ca cs da eu fa ja nl rw sk sr sv tr uk zh_CN)
-# already marked as external at TP:
+# * already marked as external at TP:
 set (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)
-# not marked or no TP team:
+# * New or unmarked: The release manager should announce them to TP 
+# and when listed there move in the respective group above.
 set (NEW_LINGUAS as brx doi es_NI kok kok at latin ks mai mni mni at bengali)
 
 set (ALL_LINGUAS ${TP_LINGUAS} ${GC_LINGUAS} ${NEW_LINGUAS})



Summary of changes:
 po/CMakeLists.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list