Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: i18n merge notes

...

Once you have changes in place within your theme, they need to be applied by executing a script.

...

In a terminal window, change to the /scripts directory

...

:

Code Block
yarn merge-i18n -s src/themes/[theme-name]/assets/i18n

The merge-i18n script will merge the changes captured in your theme with the default settings, resulting in updated versions of the default i18n files. Any setting you included in your theme will override the default setting. Any new properties will be added. Files will be merged based on file name, so en.json5 in your theme will be merged with the en.json5 file in the default i18n directory.

...