mirror of
https://github.com/kataras/iris.git
synced 2026-01-07 20:17:05 +00:00
New: i18n pluralization and variables support and more...
fixes: #1649, #1648, #1641, #1650 relative to: #1597
This commit is contained in:
2
_examples/i18n/basic/locales/en-US/locale_en-US.ini
Normal file
2
_examples/i18n/basic/locales/en-US/locale_en-US.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
hi = hello, %s
|
||||
userProfilePublicDescription = <a href="%s">profile description</a>
|
||||
@@ -0,0 +1 @@
|
||||
key1: "this is a value from the first file: locale_multi_first"
|
||||
@@ -0,0 +1 @@
|
||||
key2 = this is a value from the second file: locale_multi_second
|
||||
Reference in New Issue
Block a user