summaryrefslogtreecommitdiff
path: root/hacks
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-17 20:32:03 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-17 20:32:03 +0200
commit6d101863c87b34af5c3992168182e80445e56ec7 (patch)
tree1fefc88f276d12c5aba562a0816b6697bb89b860 /hacks
parente0fe726fe76b0a8a5b36ec2fd2884617e75aae94 (diff)
Updated sl_SI translation from Martin Srebotnjak.
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 72ffd7941..f32e2cab5 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -45,6 +45,9 @@ elif [[ `echo $changes | grep pl_PL` != "" ]]; then
elif [[ `echo $changes | grep it_IT` != "" ]]; then
language="it_IT"
translator="Riccardo Mantani"
+elif [[ `echo $changes | grep sl_SI` != "" ]]; then
+ language="sl_SI"
+ translator="Martin Srebotnjak"
else
echo "Unknown language"
exit 1