Internationalization
2025-11-08 13:27:26
For words in the theme that need translation, add translation files in themes/your_theme_name/language. Name the files {language code}.php (e.g., en.php, fr.php).
To find language codes, check assets/json/languages.json (root directory). In TPL files, use translation variables like this: {$tr.variableName}.
Example: {$tr.Archive}