From eb9cc19e1742ee1f2671598923ecb974d9fe4c66 Mon Sep 17 00:00:00 2001 From: Viper5niper <43819949+Viper5niper@users.noreply.github.com> Date: Sun, 21 Nov 2021 17:44:22 -0600 Subject: [PATCH] added spanish (#475) --- lib/src/translations/toolbar.i18n.dart | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 6ae95fcd..7bf13942 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -66,7 +66,16 @@ extension Localization on String { 'Link': 'Ссылка', 'Please first select some text to transform into a link.': 'Выделите часть текста для создания ссылки.', - } + }, + 'es': { + 'Paste a link': 'Pega un enlace', + 'Ok': 'Ok', + 'Select Color': 'Selecciona un color', + 'Gallery': 'Galeria', + 'Link': 'Enlace', + 'Please first select some text to transform into a link.': + 'Por favor selecciona primero un texto para transformarlo en un enlace', + }, }; String get i18n => localize(this, _t);