summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-07 22:15:58 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-07 22:15:58 +0200
commit5d97051e13ded2b09f546d61a8d813f64c871664 (patch)
treef80882d3695b3a06a33cd8bfb97c7940c3a4d777 /hacks
parent978b1c022a0949296e1e6ac8c5c95481f89033a1 (diff)
Updated hu_HU translation from Áron Németh.
Diffstat (limited to 'hacks')
-rw-r--r--hacks/i18nup3
1 files changed, 3 insertions, 0 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index f32e2cab5..1bc679ce5 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -48,6 +48,9 @@ elif [[ `echo $changes | grep it_IT` != "" ]]; then
elif [[ `echo $changes | grep sl_SI` != "" ]]; then
language="sl_SI"
translator="Martin Srebotnjak"
+elif [[ `echo $changes | grep hu_HU` != "" ]]; then
+ language="hu_HU"
+ translator="Áron Németh"
else
echo "Unknown language"
exit 1