Browse Source
Fix welcome text for Arabic language
pull/13489/head
Alper Ebiçoğlu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/Localization/MyProjectName/ar.json
|
|
@ -2,7 +2,7 @@ |
|
|
"culture": "ar", |
|
|
"culture": "ar", |
|
|
"texts": { |
|
|
"texts": { |
|
|
"Menu:Home": "الرئيسية", |
|
|
"Menu:Home": "الرئيسية", |
|
|
"Welcome": "مرحبا", |
|
|
"Menu:Home": "الصفحة الرئيسية", |
|
|
"LongWelcomeMessage": "مرحبا بكم في التطبيق. هذا مشروع بدء تشغيل يعتمد على إطار عمل ABP. لمزيد من المعلومات ، يرجى زيارة abp.io." |
|
|
"LongWelcomeMessage": "مرحبا بكم في التطبيق. هذا مشروع بدء تشغيل يعتمد على إطار عمل ABP. لمزيد من المعلومات ، يرجى زيارة abp.io." |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|