summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-08-17 14:34:37 +0200
committerEike Rathke <erack@redhat.com>2017-08-17 14:37:59 +0200
commitad1c9097ca0390fe82b6e81a963b3caf0b45f35d (patch)
treeacedc6deec2052f7935fb330f3aa99cf7ca740c9 /solenv
parentbe6534dc47568dbf57057dec73ef260b63e198c0 (diff)
Add hu-Hung -> hu@hung
... and hope that actually will be recognized.. Change-Id: Ib7a73eca63caeb8791a06fa26cd31a15407de065
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/localestr3
1 files changed, 3 insertions, 0 deletions
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@latin
;;
+ hu-Hung)
+ echo hu@hung
+ ;;
*)
echo $1 | tr '-' '_'
;;