Skip to content

Commit 57ec3ff

Browse files
committed
feat: Markdown fixes
1 parent ea70042 commit 57ec3ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,27 +205,27 @@ We welcome efforts to internationalize/localize the package by translating the d
205205

206206
1. Add ARB files
207207

208-
Create one ARB file inside the `lib/l10n` folder for each locale you need to add support. Name the files in the following way: `intl_<LOCALE_ISO_CODE>.arb`. For example: `intl_fr.arb` or `intl_fr_FR.arb`.
208+
Create one ARB file inside the `lib/l10n` folder for each locale you need to add support. Name the files in the following way: `intl_<LOCALE_ISO_CODE>.arb`. For example: `intl_fr.arb` or `intl_fr_FR.arb`.
209209

210210
2. Translate the error messages
211211

212-
Copy and paste the contents of `intl_en.arb` into your newly created ARB file. Then translate the error messages by overwriting the default messages.
212+
Copy and paste the contents of `intl_en.arb` into your newly created ARB file. Then translate the error messages by overwriting the default messages.
213213

214214
3. Generate localization code
215215

216-
To generate boilerplate code for localization, run the generate command inside the package directory where `pubspec.yaml` file is located:
216+
To generate boilerplate code for localization, run the generate command inside the package directory where `pubspec.yaml` file is located:
217217

218-
`flutter gen-l10n`
218+
`flutter gen-l10n`
219219

220-
The command will automatically create/update files inside the `lib/localization` directory, including your newly added locale support.
220+
The command will automatically create/update files inside the `lib/localization` directory, including your newly added locale support.
221221

222222
4. Update README
223223

224-
Remember to update README, adding the new language (and language code) under [Supported languages section](#supported-languages) in alphabetic order, so that everyone knows your new language is now supported!
224+
Remember to update README, adding the new language (and language code) under [Supported languages section](#supported-languages) in alphabetic order, so that everyone knows your new language is now supported!
225225

226226
5. Submit PR
227227

228-
Submit your PR and be of help to millions of developers all over the world!
228+
Submit your PR and be of help to millions of developers all over the world!
229229

230230
#### Add new validator
231231

0 commit comments

Comments
 (0)