Skip to content

Commit 6fab15f

Browse files
committed
feature #1142 Add Arabic language translation (khaledalam)
This PR was merged into the master branch. Discussion ---------- Add Arabic language translation Symfony framework is used by a huge number of people who speak Arabic and this PR will be helpful for many people! Commits ------- 5545c6f Add Arabic language translation.
2 parents f6b7c2e + 5545c6f commit 6fab15f

File tree

3 files changed

+487
-1
lines changed

3 files changed

+487
-1
lines changed

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
parameters:
77
locale: 'en'
88
# This parameter defines the codes of the locales (languages) enabled in the application
9-
app_locales: en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt
9+
app_locales: ar|en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN|bg|tr|lt
1010
app.notifications.email_sender: [email protected]
1111

1212
services:

0 commit comments

Comments
 (0)