Skip to content

Site Translations

redtide edited this page Jun 4, 2021 · 1 revision

The /_data/locale/ directory contains files used for website language translation subdivided by language codes as subdirectories. Each language translation subdirectory should contains 2 files:

  • layout.yml: contains both the navigation menu links and the aside card blocks strings
  • translation.yml: contains all the language related translation strings used by default in the website pages.

There is also a assets/i18n/en.json file used by the original template used to create the Lite XL website sources via JQuery Localize, but it's not currently enabled (see _includes/custom-scripts.liquid).

At the moment there are no translations, only the English language is used.

Clone this wiki locally