iris/_examples/miscellaneous/i18n
2019-01-25 23:47:31 +02:00
..
locales add support for multi languages, without change the API, separated by commas as requested at: https://github.com/kataras/iris/issues/815 2017-11-22 00:57:29 +02:00
templates websocket: replace sync.Map with custom map[string]*connection. Add translate template function example. Fix ctx.HandlerName() does not return the end-dev-defined current route's name, this will give better warnings when using MVC in a wrong way 2019-01-25 23:47:31 +02:00
main_test.go update test to cover the multi files per language new feature - requested at: https://github.com/kataras/iris/issues/815 2017-11-22 01:08:26 +02:00
main.go websocket: replace sync.Map with custom map[string]*connection. Add translate template function example. Fix ctx.HandlerName() does not return the end-dev-defined current route's name, this will give better warnings when using MVC in a wrong way 2019-01-25 23:47:31 +02:00