[gimp-help-2] Don't build unmaintained languages.



commit c1c6c082407d6cd8ab7aacc4bd718a3f85e5321c
Author: Roman Joost <rjoost redhat com>
Date:   Tue Sep 9 10:58:33 2014 +1000

    Don't build unmaintained languages.
    
    I've now removed Slovenian and Swedish from the configuration file. HTML
    for these languages will not be build until these languages are
    maintained again. This will not affect the statistics on Damned Lies.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 88f3c1b..61b57c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_PROG_SED
 #  QUICKREFERENCE_ALL_LINGUAS *and* (intersecton) ALL_LINGUAS
 
 if test "x$ALL_LINGUAS" = "x"; then
-  ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pt_BR ru sl sv zh_CN"
+  ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pt_BR ru zh_CN"
 else
   ALL_LINGUAS=`echo "$ALL_LINGUAS" | $SED -e 's/[,] */ /g'`
 fi


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