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 1942b4531..c4f8fcae8 100644 --- a/hacks/i18nup +++ b/hacks/i18nup @@ -51,6 +51,9 @@ elif [[ `echo $changes | grep sl_SI` != "" ]]; then elif [[ `echo $changes | grep hu_HU` != "" ]]; then language="hu_HU" translator="Áron Németh" +elif [[ `echo $changes | grep fa_IR` != "" ]]; then + language="fa_IR" + translator="Soleyman Rahmani" else echo "Unknown language" exit 1 |
