mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-10 00:08:15 +08:00
c479a90c42
The new `--i18n-dir` directory allows the loading of an external directory of i18n JSON files, milar to have `--static-dir` works. New languages can be added and existing language files can be customized this way. This commit changes file loading behaviour so that invalid or non-existent don't halt the execution of the app completely but merely throw a warning and continue with the default (en) lang. |
||
---|---|---|
.. | ||
admin.go | ||
campaigns.go | ||
handlers.go | ||
i18n.go | ||
import.go | ||
init.go | ||
install.go | ||
lists.go | ||
main.go | ||
manager_db.go | ||
media.go | ||
notifications.go | ||
public.go | ||
queries.go | ||
settings.go | ||
subscribers.go | ||
templates.go | ||
updates.go | ||
upgrade.go | ||
utils.go |