Skip to content

Commit

Permalink
fix: flutter_localizations typo (#94)
Browse files Browse the repository at this point in the history
flutter_localizations
  • Loading branch information
TitanCmd authored Feb 11, 2025
1 parent c1f48df commit 0eea77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/internationalization/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Internationalization is often referred as i18n and localization as l10n since th

We can use Flutter's built-in support for localization.

1. Start by setting up internationalization. In Flutter, you will have to install the `fluter_localizations` and `intl` packages. Also, enable the `generate` flag in the `flutter` section of the pubspec file:
1. Start by setting up internationalization. In Flutter, you will have to install the `flutter_localizations` and `intl` packages. Also, enable the `generate` flag in the `flutter` section of the pubspec file:

```yaml
flutter:
Expand Down

0 comments on commit 0eea77a

Please sign in to comment.