Add English default UI text for Canada, Great Britain, and Australia
- Close #377
This commit is contained in:
parent
6a9e5eebc6
commit
e536f049ce
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ en: &DEFAULT_EN
|
||||||
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
|
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
|
||||||
en-US:
|
en-US:
|
||||||
<<: *DEFAULT_EN
|
<<: *DEFAULT_EN
|
||||||
en-UK:
|
en-CA:
|
||||||
|
<<: *DEFAULT_EN
|
||||||
|
en-GB:
|
||||||
|
<<: *DEFAULT_EN
|
||||||
|
en-AU:
|
||||||
<<: *DEFAULT_EN
|
<<: *DEFAULT_EN
|
||||||
|
|
||||||
# Spanish
|
# Spanish
|
||||||
|
|
Loading…
Add table
Reference in a new issue