From a663cabaac58e2cb15a5a7fbbb08e654cd7f499c Mon Sep 17 00:00:00 2001 From: X Code Date: Fri, 22 Jul 2022 11:51:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97bf0312..5408c90c 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Currently, translations are available for these 22 locales: * `Locale('sr')` #### 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! +The translation file is located at [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! ---