1
0
Fork 0

pencil2: README fix

This commit is contained in:
Joost De Cock 2018-11-24 14:25:25 +01:00
parent ae3fe1105f
commit 7e6b6cd1d6

View file

@ -31,19 +31,6 @@ We currently provide translation in 5 languages:
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
@ -98,3 +85,5 @@ This package provides the following named exports:
- i18n : Translated names of languages (frontend)
- strings : This combines all frontend exports in a flat object (frontend)
- email : Strings for translating emails (backend)
All exports contain an object with a property for each language code.