Alex Hoyau
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
docs/modules/I18n.md
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
--- |
|
|
|
title: I18n (Internalization) |
|
|
|
title: I18n (Internationalization) |
|
|
|
--- |
|
|
|
|
|
|
|
# Internalization |
|
|
|
# Internationalization |
|
|
|
|
|
|
|
The **I18n** module allows the internalization and updates of strings in the editor UI |
|
|
|
The **I18n** module allows the internationalization and update of strings in the editor UI |
|
|
|
|
|
|
|
::: warning |
|
|
|
This guide is referring to GrapesJS v0.15.9 or higher |
|
|
|
@ -233,4 +233,4 @@ const editor = grapesjs.init({ |
|
|
|
``` |
|
|
|
|
|
|
|
[ISO 639-1]: <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes> |
|
|
|
[`en` locale file]: <https://github.com/artf/grapesjs/blob/master/src/i18n/locale/en.js> |
|
|
|
[`en` locale file]: <https://github.com/artf/grapesjs/blob/master/src/i18n/locale/en.js> |
|
|
|
|