diff options
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 |
