diff options
| author | Felix Hanley <felix@userspace.com.au> | 2025-11-02 23:56:53 +0000 |
|---|---|---|
| committer | Felix Hanley <felix@userspace.com.au> | 2025-11-02 23:56:53 +0000 |
| commit | 5e830c3f70570b8ca92f7d3637f5877329d9206e (patch) | |
| tree | 2f80d47119f853f8adeb18e1fef97b406f18b079 /vendor/github.com/sjtug/cerberus/directives/i18n.go | |
| parent | 02e6f97cd04cbcd7505e1da9a781df4321463640 (diff) | |
| download | caddy-master.tar.gz caddy-master.tar.bz2 | |
Diffstat (limited to 'vendor/github.com/sjtug/cerberus/directives/i18n.go')
| -rw-r--r-- | vendor/github.com/sjtug/cerberus/directives/i18n.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/sjtug/cerberus/directives/i18n.go b/vendor/github.com/sjtug/cerberus/directives/i18n.go deleted file mode 100644 index f2c18ba..0000000 --- a/vendor/github.com/sjtug/cerberus/directives/i18n.go +++ /dev/null @@ -1,13 +0,0 @@ -package directives - -import ( - "io/fs" - - "github.com/invopop/ctxi18n" -) - -func LoadI18n(fs fs.FS) { - if err := ctxi18n.LoadWithDefault(fs, "en"); err != nil { - panic(err) - } -} |
