From 6d8a5429cbcd8ba1142bf365785cd351f762f81a Mon Sep 17 00:00:00 2001 From: AmirHossein Date: Mon, 7 Aug 2023 11:39:31 +0330 Subject: Add Persian/فارسی Language (#5571) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 Co-authored-by: Alexandre Alapetite --- app/i18n/oc/gen.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/oc/gen.php') diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index c4af26737..ee649c506 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/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 -- cgit v1.2.3