From 9c84f5c0a6b2d6cb5ba4154218a9b4221f5c5b7e Mon Sep 17 00:00:00 2001 From: X Code Date: Mon, 22 Nov 2021 13:31:16 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6a19964..d7efa693 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Currently, translations are available for these locales: * `Locale('ko')` * `Locale('ru')` * `Locale('es')` +* `Locale('tr')` ### Contributing to translations The translation file is located at [lib/src/translations/toolbar.i18n.dart](lib/src/translations/toolbar.i18n.dart). Feel free to contribute your own translations, just copy the English translations map and replace the values with your translations. Then open a pull request so everyone can benefit from your translations!