From 10d35392bd6fa7dce8970c18eb9843efd24d7045 Mon Sep 17 00:00:00 2001 From: Abdulmohsen Alkhamees Date: Thu, 28 Oct 2021 18:58:20 +0300 Subject: [PATCH] Arabic Locale (#433) --- lib/src/translations/toolbar.i18n.dart | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index a20abf36..4782c154 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -12,6 +12,15 @@ extension Localization on String { 'Please first select some text to transform into a link.': 'Please first select some text to transform into a link.', }, + 'ar': { + 'Paste a link': 'نسخ الرابط', + 'Ok': 'نعم', + 'Select Color': 'اختار اللون', + 'Gallery': 'الصور', + 'Link': 'الرابط', + 'Please first select some text to transform into a link.': + 'يرجى اختيار نص للتحويل إلى رابط', + }, 'de': { 'Paste a link': 'Link hinzufügen', 'Ok': 'Ok',