From 5b9aec628c4209bcbf07e4a90f7b00e36e2dd731 Mon Sep 17 00:00:00 2001 From: AladdineDev Date: Thu, 16 May 2024 02:41:06 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e37411..1f4c1c7 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Additionally for your first deployment, you'll need to select the proper GitHub **1. Portfolio Content:**\ Customize the portfolio content by modifying or adding JSON translation files within the [`assets/translations`](assets/translations) folder. Don't forget to [re-generate your localization files](#generate-localization-files) when working locally. For an understanding of how JSON translation files are structured, refer to the [translation template](docs/translation-template.md) -If you add or remove a JSON translation file, remember to update the `languages` key in your other translation files. Also, update the supported locales in the [`lib/src/localization/app_localizations.dart`](lib/src/localization/app_localizations.dart) +If you add or remove a JSON translation file, remember to update the `languages` key in your other translation files. > For additional information, refer to the [easy_localization](https://pub.dev/packages/easy_localization) documentation