listmonk/cmd
Kailash Nadh c479a90c42 Add support for loading external i18n language files.
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.
2021-04-17 14:26:56 +05:30
..
admin.go
campaigns.go Add markdown support to campaign content. 2021-04-14 12:26:09 +05:30
handlers.go WIP: Add tests 2021-04-10 12:26:33 +05:30
i18n.go Add support for loading external i18n language files. 2021-04-17 14:26:56 +05:30
import.go
init.go Add support for loading external i18n language files. 2021-04-17 14:26:56 +05:30
install.go Add support for loading external i18n language files. 2021-04-17 14:26:56 +05:30
lists.go
main.go Add support for loading external i18n language files. 2021-04-17 14:26:56 +05:30
manager_db.go
media.go
notifications.go
public.go
queries.go
settings.go
subscribers.go Add preconfirm_subscriptions=true/falsenew subs API. 2021-04-17 13:34:37 +05:30
templates.go Fix incorrect ID handling in update handlers 2021-03-09 17:54:07 +05:30
updates.go
upgrade.go Add markdown support to campaign content. 2021-04-14 12:26:09 +05:30
utils.go