Skip to content

Commit e3d28d4

Browse files
docs: update contributors section
1 parent d3c38af commit e3d28d4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Also included is the `l10n` / `i18n` of error text messages to multiple language
3232
- [Roadmap](#roadmap)
3333
- [Ecosystem](#ecosystem)
3434
- [Thanks to](#thanks-to)
35-
- [Contributors](#contributors)
3635

3736
## Features
3837

@@ -202,27 +201,22 @@ See [contribution file](https://github.com/flutter-form-builder-ecosystem/.githu
202201
We especially welcome efforts to internationalize/localize the package by translating the default validation `errorText` strings for built-in validation rules.
203202

204203
1. Add ARB files
205-
206204
Create one ARB file inside the `lib/l10n` folder for each of the locales 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`.
207205

208206
2. Translate the error messages
209-
210207
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.
211208

212209
3. Generate localization code
213-
214210
To generate boilerplate code for localization, run the generate command inside the package directory where `pubspec.yaml` file is located:
215211

216212
`flutter gen-l10n`
217213

218214
Running the command will automatically create/update files inside the `lib/localization` directory, including your newly added locale support.
219215

220216
4. Update README
221-
222217
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!
223218

224219
5. Submit PR
225-
226220
Submit your PR and be of help to millions of developers all over the world!
227221

228222
#### Add new validator
@@ -256,10 +250,4 @@ Take a look to [our awesome ecosystem](https://github.com/flutter-form-builder-e
256250

257251
## Thanks to
258252

259-
### Contributors
260-
261-
<a href="https://github.com/flutter-form-builder-ecosystem/form_builder_validators/graphs/contributors">
262-
<img src="https://contrib.rocks/image?repo=flutter-form-builder-ecosystem/form_builder_validators" />
263-
</a>
264-
265-
Made with [contrib.rocks](https://contrib.rocks).
253+
[All constributors](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/graphs/contributors)

0 commit comments

Comments
 (0)