mirror of
https://github.com/kataras/iris.git
synced 2026-03-05 16:05:58 +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/el-GR/locale_el-GR.ini
Normal file
2
_examples/i18n/basic/locales/el-GR/locale_el-GR.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
hi = γεια, %s
|
||||
userProfilePublicDescription = <a href="%s">περιγραφή προφιλ</a>
|
||||
@@ -0,0 +1 @@
|
||||
key1: "αυτό είναι μια τιμή από το πρώτο αρχείο: locale_multi_first"
|
||||
@@ -0,0 +1 @@
|
||||
key2 = αυτό είναι μια τιμή από το δεύτερο αρχείο μετάφρασης: locale_multi_second
|
||||
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
|
||||
2
_examples/i18n/basic/locales/zh-CN/locale_zh-CN.ini
Normal file
2
_examples/i18n/basic/locales/zh-CN/locale_zh-CN.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
hi = 您好,%s
|
||||
userProfilePublicDescription = <a href="%s">个人资料描述</a>
|
||||
Reference in New Issue
Block a user