pencil2: README fix
This commit is contained in:
parent
ae3fe1105f
commit
7e6b6cd1d6
1 changed files with 2 additions and 13 deletions
|
@ -31,19 +31,6 @@ We currently provide translation in 5 languages:
|
||||||
npm install --save @freesewing/i18n
|
npm install --save @freesewing/i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exports
|
|
||||||
|
|
||||||
This package has the following named exports:
|
|
||||||
|
|
||||||
- account
|
|
||||||
- app
|
|
||||||
- email
|
|
||||||
- errors
|
|
||||||
- gdpr
|
|
||||||
- i18n
|
|
||||||
- strings
|
|
||||||
|
|
||||||
All exports are an object with a property for each language.
|
|
||||||
|
|
||||||
## How to use these translations
|
## How to use these translations
|
||||||
|
|
||||||
|
@ -98,3 +85,5 @@ This package provides the following named exports:
|
||||||
- i18n : Translated names of languages (frontend)
|
- i18n : Translated names of languages (frontend)
|
||||||
- strings : This combines all frontend exports in a flat object (frontend)
|
- strings : This combines all frontend exports in a flat object (frontend)
|
||||||
- email : Strings for translating emails (backend)
|
- email : Strings for translating emails (backend)
|
||||||
|
|
||||||
|
All exports contain an object with a property for each language code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue