From 0ad6150241296595d28fb6c606ec15e965b6911c Mon Sep 17 00:00:00 2001 From: X Code Date: Sun, 21 Nov 2021 15:51:02 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b71c278b..d6a19964 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Currently, translations are available for these locales: * `Locale('zh', 'CN')` * `Locale('ko')` * `Locale('ru')` +* `Locale('es')` ### 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!