As I understand it, adding a custom language YML file isn't possible? I created a language pack named lang_[code].yml, specified the language in the config (language: [code]), and restarted the server, but nothing works. I had to modify lang_en.yml instead. Please add a way to easily switch languages using a country code and a separate YML file.
I also suggest storing data in SQLite (default) or MySQL/MariaDB (optional) databases instead of YML files.
As I understand it, adding a custom language YML file isn't possible? I created a language pack named
lang_[code].yml, specified the language in the config (language: [code]), and restarted the server, but nothing works. I had to modifylang_en.ymlinstead. Please add a way to easily switch languages using a country code and a separate YML file.I also suggest storing data in SQLite (default) or MySQL/MariaDB (optional) databases instead of YML files.