Browse Source

Merge branch 'dev' of https://github.com/artf/grapesjs into dev

pull/4265/head
Artur Arseniev 4 years ago
parent
commit
982fdffc64
  1. 8
      docs/modules/I18n.md

8
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 ::: warning
This guide is referring to GrapesJS v0.15.9 or higher 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> [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>

Loading…
Cancel
Save