Skip to content

Commit

Permalink
Add Persian language
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Jun 20, 2024
1 parent 2f7fdc6 commit 6ebe0aa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/classes/Core/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ class Language
'name' => 'English US',
'htmlCode' => 'en',
],
'fa_IR' => [
'name' => 'Persian (Iran)',
'htmlCode' => 'fa',
],
'fr_FR' => [
'name' => 'French',
'htmlCode' => 'fr',
Expand Down
1 change: 1 addition & 0 deletions modules/Cookie Consent/language/fa_IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Core/language/fa_IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Discord Integration/language/fa_IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Forum/language/fa_IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Members/language/fa_IR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 6ebe0aa

Please sign in to comment.