Skip to content

Commit ecc7382

Browse files
authored
add turkish language (singerdmx#476)
* Update toolbar.i18n.dart turkish language * Update toolbar.i18n.dart turkish language
1 parent 0ad6150 commit ecc7382

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/src/translations/toolbar.i18n.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ extension Localization on String {
7676
'Please first select some text to transform into a link.':
7777
'Por favor selecciona primero un texto para transformarlo en un enlace',
7878
},
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+
},
7988
};
8089

8190
String get i18n => localize(this, _t);

0 commit comments

Comments
 (0)