📸 Updated screenshots

This commit is contained in:
Liyas Thomas
2019-11-29 12:19:17 +05:30
parent 068d251b64
commit f2262c0e19
3 changed files with 7 additions and 7 deletions

View File

@@ -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!**_

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 154 KiB