Skip to content

Commit 712e236

Browse files
authored
fix: typos translation.md
1 parent d368708 commit 712e236

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/translation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Translation
22

3-
The package offers translations for the quill toolbar and editor, it will follow the locale that is defined in your `WidgetsApp` for example `MaterialApp` which usually follow the system local and it unless you set your own locale with:
3+
The package offers translations for the quill toolbar and editor, it will follow the locale that is defined in your `WidgetsApp` for example `MaterialApp` which usually follows the system locally unless you set your own locale with:
44

55
```dart
66
QuillProvider(
@@ -38,14 +38,14 @@ Currently, translations are available for these 31 locales:
3838

3939
#### Contributing to translations
4040

41-
The translation files is located at [l10n folder](../lib/src/l10n/). Feel free to contribute your own translations, just copy the [English translations](../lib/src/l10n/quill_en.arb) map and replace the values with your translations.
41+
The translation files are located in the [l10n folder](../lib/src/l10n/). Feel free to contribute your own translations, just copy the [English translations](../lib/src/l10n/quill_en.arb) map and replace the values with your translations.
4242

43-
Add new file in the l10n folder with the following name
43+
Add a new file in the l10n folder with the following name
4444
`quill_${localName}.arb` for example `quill_de.arb`
4545

4646
paste the English version and replace the values
4747

48-
Also you can take a look at the [untranslated.json](../lib/src/l10n/untranslated.json) json file, which is a generated file that tell you which keys with which locales hasn't translated so you can find the missings easily
48+
Also, you can take a look at the [untranslated.json](../lib/src/l10n/untranslated.json) JSON file, which is a generated file that tells you which keys with which locales haven't translated so you can find the missings easily
4949

5050
After you are done and want to test the changes, run the following in the root folder (preferred):
5151

@@ -60,6 +60,6 @@ or:
6060
```
6161

6262

63-
This will generate the new dart files from the arb files in order to take affect, otherwise you won't notice a difference
63+
This will generate the new dart files from the arb files in order to take effect, otherwise, you won't notice a difference
6464

65-
Then open a pull request so everyone can benefit from your translations!
65+
Then open a pull request so everyone can benefit from your translations!

0 commit comments

Comments
 (0)