mirror of
https://github.com/kataras/iris.git
synced 2026-01-27 05:45:56 +00:00
i18n: add the ability to register template funcs per locale
This commit is contained in:
@@ -159,6 +159,9 @@ type (
|
||||
//
|
||||
// An alias for the `context.N`.
|
||||
N = context.N
|
||||
// Locale describes the i18n locale.
|
||||
// An alias for the `context.Locale`.
|
||||
Locale = context.Locale
|
||||
)
|
||||
|
||||
// Constants for input argument at `router.RouteRegisterRule`.
|
||||
|
||||
Reference in New Issue
Block a user