diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-17 20:32:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-17 20:32:03 +0200 |
| commit | 6d101863c87b34af5c3992168182e80445e56ec7 (patch) | |
| tree | 1fefc88f276d12c5aba562a0816b6697bb89b860 /hacks | |
| parent | e0fe726fe76b0a8a5b36ec2fd2884617e75aae94 (diff) | |
Updated sl_SI translation from Martin Srebotnjak.
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 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 |
