[Libreoffice-commits] core.git: solenv/bin

Eike Rathke erack at redhat.com
Thu Aug 17 12:39:44 UTC 2017


 solenv/bin/localestr |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit ad1c9097ca0390fe82b6e81a963b3caf0b45f35d
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Aug 17 14:34:37 2017 +0200

    Add hu-Hung -> hu at hung
    
    ... and hope that actually will be recognized..
    
    Change-Id: Ib7a73eca63caeb8791a06fa26cd31a15407de065

diff --git a/solenv/bin/localestr b/solenv/bin/localestr
index 07eab968b908..c66d40cbfd58 100755
--- a/solenv/bin/localestr
+++ b/solenv/bin/localestr
@@ -10,6 +10,9 @@ case "$1" in
     sr-Latn)
         echo sr at latin
         ;;
+    hu-Hung)
+        echo hu at hung
+        ;;
     *)
         echo $1 | tr '-' '_'
         ;;


More information about the Libreoffice-commits mailing list