Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav authored Oct 12, 2024
1 parent 558abca commit aef74a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ The app uses ARB format for localization. If you wonder how to format key-values

If you are making changes to the localization files, run the following command:
```
flutter pub run intl_utils:generate
flutter gen-l10n
```
or use [VSCode](https://marketplace.visualstudio.com/items?itemName=localizely.flutter-intl)/[Intellij IDEA](https://plugins.jetbrains.com/plugin/13666-flutter-intl) special plugin.
or use `Generate Localizations` button in VSCode when the file is open in the editor.

If you added a new language, make sure to add it to the [lib/locale.dart](lib/locale.dart).

Detailed documentation on `intl_utils` [here](https://pub.dev/packages/intl_utils).
Detailed documentation about localization [here](https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization).

### Android localization

Expand Down

0 comments on commit aef74a1

Please sign in to comment.