diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-07 22:15:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-09-07 22:15:58 +0200 |
| commit | 5d97051e13ded2b09f546d61a8d813f64c871664 (patch) | |
| tree | f80882d3695b3a06a33cd8bfb97c7940c3a4d777 /hacks | |
| parent | 978b1c022a0949296e1e6ac8c5c95481f89033a1 (diff) | |
Updated hu_HU translation from Áron Németh.
Diffstat (limited to 'hacks')
| -rw-r--r-- | hacks/i18nup | 3 |
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 |
