added spanish (#475)

pull/476/head
Viper5niper 3 years ago committed by GitHub
parent f90606b5a2
commit eb9cc19e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      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);

Loading…
Cancel
Save