diff options
| author | 2023-08-07 11:39:31 +0330 | |
|---|---|---|
| committer | 2023-08-07 10:09:31 +0200 | |
| commit | 6d8a5429cbcd8ba1142bf365785cd351f762f81a (patch) | |
| tree | 2ebe31047a239a8597970980942087895a4d4b11 /app/i18n/it/gen.php | |
| parent | 8f188b57ee20f188a9f882fdf6e5cbf5efa0028d (diff) | |
Add Persian/فارسی Language (#5571)
* Add Persian/فارسی Language
* Fix i18n
* make fix-all
And several manual fixes
* Exclude Persian from English typo check
* Update CREDITS.md
I added myself to the list
* Credits alphabetic order
---------
Co-authored-by: AmirHossein <marjani@outlook.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/gen.php')
| -rw-r--r-- | app/i18n/it/gen.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 7376f8265..709f2a0a5 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -144,6 +144,7 @@ return array( 'en' => 'English', // IGNORE 'en-us' => 'English (United States)', // IGNORE 'es' => 'Español', // IGNORE + 'fa' => 'فارسی', // IGNORE 'fr' => 'Français', // IGNORE 'he' => 'עברית', // IGNORE 'id' => 'Bahasa Indonesia', // IGNORE |
