Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

II.6.c. Translations

Andrey Bogdanov edited this page Feb 25, 2016 · 1 revision

Put custom translation files into the translations/custom directory. For example: translations/custom/ru.json.

Custom translations overwrites the standard ones.

Overwriting site title example:

{
    "ololord.js": {
        "pageTitle": {
            "value": "The very best imageboard ever!"
        }
    }
}

See also: translations/custom/ru.json.example.

Clone this wiki locally