mirror of
https://github.com/kataras/iris.git
synced 2026-01-27 13:55:56 +00:00
add support for fs.FS, embed.FS (in addition of string and http.FileSystem) for i18n locales and view engine's templates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# just an example of some more nested keys,
|
||||
# see /other endpoint.
|
||||
[nav]
|
||||
User = Account
|
||||
|
||||
[debug]
|
||||
Title = Developer Menu
|
||||
AccessLog = Access Log
|
||||
AccessLogClear = Clear {{tr "debug.AccessLog"}}
|
||||
|
||||
[user.connections]
|
||||
Title = {{tr "nav.User"}} Connections
|
||||
@@ -0,0 +1,4 @@
|
||||
[forms]
|
||||
member = member
|
||||
register = Become a {{uppercase (tr "forms.member") }}
|
||||
registered = registered
|
||||
Reference in New Issue
Block a user