From 12a5b3510b8782b3255eaec5fdb155e98c60c086 Mon Sep 17 00:00:00 2001 From: Abdullah Almesbahi Date: Thu, 16 Jul 2015 22:19:41 +0300 Subject: [PATCH] Update yii.php Urgent Fix for arabic language , This will stop yii2 from working if arabic language is chosen. --- framework/messages/ar/yii.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/messages/ar/yii.php b/framework/messages/ar/yii.php index 1602470323..57fb28507d 100644 --- a/framework/messages/ar/yii.php +++ b/framework/messages/ar/yii.php @@ -98,5 +98,5 @@ return [ '{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} بيبيبايت', '{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} بيتابايت', '{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} تيبيبايت', - '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} تيرابايت',‎ + '{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} تيرابايت', ];