diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-02 00:32:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-02 00:32:50 +0100 |
| commit | eac8d8bff11363f90d4cfc01d4842012cf9c1e0c (patch) | |
| tree | 535a961a0fbc612316303408382f42f61961a83b /hacks | |
| parent | be8f46564e2d340daa7d72af69bb87c564e0e8ec (diff) | |
Update i18up script for fa_IR.
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 |
