Languages
Languages and translations can be found in /media/langs.
Translations
Each language should be stored as a json file with the languageās ISO code as name, for example: es-ES.json (For spanish es, Spain variation -ES).\
If you translate Holt to another language, feel free to contribute the translation upstream to allow more people to benefit from it.
Configuration
Saved in /media/langs/script.js.
Default language:
Change the default_lang constant with the ISO code of the default language.
Available languages:
Change languages constant with the key being browser language and value the specific language file name.
This allows similar but unsupported languages to still get one similar
const languages = {
'es-ES': 'es-ES',
'es-419': 'es-ES',
'es': 'es-ES'
};