fixed that libra gets translated to arabic instead of keeping it as its a brand name
This commit is contained in:
@@ -228,7 +228,7 @@ describe('Footer Translations', function () {
|
||||
test('Arabic footer translations are loaded', function () {
|
||||
expect(__('footer.terms', [], 'ar'))->toBe('شروط الخدمة');
|
||||
expect(__('footer.privacy', [], 'ar'))->toBe('سياسة الخصوصية');
|
||||
expect(__('footer.copyright', [], 'ar'))->toBe('مكتب الميزان للمحاماة. جميع الحقوق محفوظة.');
|
||||
expect(__('footer.copyright', [], 'ar'))->toBe('مكتب ليبرا للمحاماة. جميع الحقوق محفوظة.');
|
||||
expect(__('footer.address', [], 'ar'))->toBe('العمارة الأمريكية - بجانب الشني - الطابق الرابع');
|
||||
expect(__('footer.phone', [], 'ar'))->toBe('+970 599 353 502');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user