1
0
Fork 0

pencil2: README fix

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

View file

@ -78,12 +78,12 @@ to translate the emails we send out to users.
This package provides the following named exports: This package provides the following named exports:
- account : Translated messages related to user accounts (frontend) - **account** : Translated messages related to user accounts (frontend)
- app : Translated messages for the web app (frontend) - **app** : Translated messages for the web app (frontend)
- errors : Translated error messages (frontend) - **errors** : Translated error messages (frontend)
- gdpr : Translated privacy/GDPR messages - **gdpr** : Translated privacy/GDPR messages
- 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. All exports contain an object with a property for each language code.