From 7e6b6cd1d6e7fc402dd351a2edc7090831bb71b7 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 24 Nov 2018 14:25:25 +0100 Subject: [PATCH] pencil2: README fix --- packages/i18n/README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/packages/i18n/README.md b/packages/i18n/README.md index c48b94c5e1b..26383875ed5 100644 --- a/packages/i18n/README.md +++ b/packages/i18n/README.md @@ -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.