We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad6150 commit ecc7382Copy full SHA for ecc7382
lib/src/translations/toolbar.i18n.dart
@@ -76,6 +76,15 @@ extension Localization on String {
76
'Please first select some text to transform into a link.':
77
'Por favor selecciona primero un texto para transformarlo en un enlace',
78
},
79
+ 'tr': {
80
+ 'Paste a link': 'Bağlantıyı Yapıştır',
81
+ 'Ok': 'Tamam',
82
+ 'Select Color': 'Renk Seçin',
83
+ 'Gallery': 'Galeri',
84
+ 'Link': 'Bağlantı',
85
+ 'Please first select some text to transform into a link.':
86
+ 'Lütfen bağlantıya dönüştürmek için bir metin seçin.',
87
+ },
88
};
89
90
String get i18n => localize(this, _t);
0 commit comments