diff --git a/README.md b/README.md index cd224224c..577f4a6d5 100644 --- a/README.md +++ b/README.md @@ -181,19 +181,19 @@ _Requests with Pre-Request Scripts are indicated in History entries_ 🌎 **i18n**: Internationalization β. - Add a new locale in `lang/` - - Ex: `lang/es-ES.js` + Ex: `lang/es-ES.js` - Mention `code`, `name`, `iso` and `file` in `nuxt.config.js` - - ``` - i18n: { - locales: [{ + Ex: + ``` + i18n: { + locales: [{ code: 'es', name: 'Español', iso: 'es-ES', file: 'es-ES.js' }] - } - ``` + } + ``` _**All contributions are welcome to `i18n` [branch](https://github.com/liyasthomas/postwoman/tree/i18n) only!**_ diff --git a/static/images/screenshot1.png b/static/images/screenshot1.png index 235a98c38..275533389 100644 Binary files a/static/images/screenshot1.png and b/static/images/screenshot1.png differ diff --git a/static/images/screenshot2.png b/static/images/screenshot2.png index bcc75fb79..f932e2366 100644 Binary files a/static/images/screenshot2.png and b/static/images/screenshot2.png differ