[gnome-color-manager] Fixed sort order in LINGUAS



commit b67b782ce93488cadeed1024122622b0037daa91
Author: Trần Ngọc Quân <vnwildman gmail com>
Date:   Mon Dec 8 15:49:02 2014 +0700

    Fixed sort order in LINGUAS
    
      * ls sort entries alphabetically, but
        after strip .po, list is not in alphabetic
    
    Signed-off-by: Trần Ngọc Quân <vnwildman gmail com>

 po/LINGUAS           |    4 ++--
 po/update-linguas.sh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/po/LINGUAS b/po/LINGUAS
index 9e39deb..ecb61f1 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -38,14 +38,14 @@ nl
 or
 pa
 pl
-pt_BR
 pt
+pt_BR
 ro
 ru
 sk
 sl
-sr latin
 sr
+sr latin
 sv
 ta
 te
diff --git a/po/update-linguas.sh b/po/update-linguas.sh
index d0224d4..ad61473 100755
--- a/po/update-linguas.sh
+++ b/po/update-linguas.sh
@@ -1 +1 @@
-ls *.po | cut -d. -f1 > LINGUAS 
+ls *.po | cut -d. -f1 | sort > LINGUAS


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