summaryrefslogtreecommitdiff
path: root/solenv/bin/localestr
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/localestr')
-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 '-' '_'
;;