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.