diff --git a/README.md b/README.md
index 7eabf3c2a..cd224224c 100644
--- a/README.md
+++ b/README.md
@@ -178,6 +178,25 @@ _Requests with Pre-Request Scripts are indicated in History entries_
- Copy Request Link Ctrl + K
- Reset Request Ctrl + L
+🌎 **i18n**: Internationalization β.
+
+ - Add a new locale in `lang/`
+ - Ex: `lang/es-ES.js`
+ - Mention `code`, `name`, `iso` and `file` in `nuxt.config.js`
+
+ ```
+ 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!**_
+
**To find out more, please check out [Postwoman Wiki](https://github.com/liyasthomas/postwoman/wiki).**
## Demo 🚀 [](https://postwoman.io)