From 7be5f246f2ecab8816bd777fa3f329115dc791af Mon Sep 17 00:00:00 2001 From: kaczmarzvk Date: Sun, 16 Jan 2022 23:38:49 +0100 Subject: [PATCH] Added polish translations (#588) --- 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 2a27fc53..34610441 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -114,6 +114,15 @@ extension Localization on String { 'Por favor selecione primeiro um texto para ' 'transformá-lo em um link', }, + 'pl': { + 'Paste a link': 'Wklej link', + 'Ok': 'OK', + 'Select Color': 'Wybierz kolor', + 'Gallery': 'Galeria', + 'Link': 'Link', + 'Please first select some text to transform into a link.': + 'Na początku zaznacz tekst aby zamienić go w link.', + }, }; String get i18n => localize(this, _t);