Create a simple-to-use way to provide customization through Lua files. These can be used to overwrite entries in the templates.
Also provide a language option. This will try to load a file language-<language>.lua (or a similar pattern, which should return a table whose values are written into the option table.
Create a simple-to-use way to provide customization through Lua files. These can be used to overwrite entries in the templates.
Also provide a
language
option. This will try to load a filelanguage-<language>.lua
(or a similar pattern, which should return a table whose values are written into the option table.