From 68812d97e05ca29263f0f75ab71408277135cd43 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 24 Nov 2018 14:26:11 +0100 Subject: [PATCH] pencil2: README fix --- packages/i18n/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/i18n/README.md b/packages/i18n/README.md index 26383875ed5..25c7c960f88 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -78,12 +78,12 @@ to translate the emails we send out to users. This package provides the following named exports: - - account : Translated messages related to user accounts (frontend) - - app : Translated messages for the web app (frontend) - - errors : Translated error messages (frontend) - - gdpr : Translated privacy/GDPR messages - - i18n : Translated names of languages (frontend) - - strings : This combines all frontend exports in a flat object (frontend) - - email : Strings for translating emails (backend) + - **account** : Translated messages related to user accounts (frontend) + - **app** : Translated messages for the web app (frontend) + - **errors** : Translated error messages (frontend) + - **gdpr** : Translated privacy/GDPR messages + - **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.