Skip to content

Commit 0e0f291

Browse files
committed
Fixes to Farsi translations
1 parent 26c267f commit 0e0f291

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- Refactor the `Password` class to use `hash_equals` for legacy passwords (prevent timing-based attacks) and factor out the default cost (#814)
77
- Check if require_email_verification is set in Authenticator and sign-in page (#815)
88
- Factor out hardcoded `sprinkles.json` filename (partially addresses #813)
9+
- Add Farsi translations (#816)
10+
- Put AdminLTE menu toggle button back (Revert e8a26fb and part of a46205f)
911

1012
## v4.1.13-alpha
1113
- `ufTable`: Implement `rowTemplate` for customizing how rows are rendered (#787)

app/sprinkles/admin/locale/fa/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Standard Farsi/Persian message token translations for the 'admin' sprinkle.
1010
*
11-
* @package userfrosting\i18n\ar
11+
* @package userfrosting\i18n\fa
1212
* @author aminakbari
1313
*/
1414

app/sprinkles/core/config/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
'fr_FR' => 'Français',
149149
'it_IT' => 'Italiano',
150150
'th_TH' => 'ภาษาไทย',
151-
'fa' => 'فارسی'
151+
'fa' => 'فارسی'
152152
],
153153
// This can be a comma-separated list, to load multiple fallback locales
154154
'default' => 'en_US'

app/sprinkles/core/locale/fa/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Standard Farsi/Persian message token translations for the 'core' sprinkle.
1010
*
11-
* @package userfrosting\i18n\ar
11+
* @package userfrosting\i18n\fa
1212
* @author aminakbari
1313
*/
1414

app/sprinkles/core/locale/fa/messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Standard Farsi/Persian message token translations for the 'core' sprinkle.
1010
*
11-
* @package userfrosting\i18n\ar
11+
* @package userfrosting\i18n\fa
1212
* @author aminakbari
1313
*/
1414

app/sprinkles/core/locale/fa/validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Standard Farsi/Persian message token translations for the 'core' sprinkle.
1010
*
11-
* @package userfrosting\i18n\ar
11+
* @package userfrosting\i18n\fa
1212
* @author aminakbari
1313
*/
1414

0 commit comments

Comments
 (0)