1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-25 04:45:57 +00:00

add support for multi languages, without change the API, separated by commas as requested at: https://github.com/kataras/iris/issues/815

Former-commit-id: ae3dcabb543c017f0661f2b2a1af8250d73773cf
This commit is contained in:
kataras
2017-11-22 00:57:29 +02:00
parent f16d398136
commit 53ed4f3a4e
5 changed files with 31 additions and 3 deletions

View File

@@ -0,0 +1 @@
key1 = αυτό είναι μια τιμή από το πρώτο αρχείο: locale_multi_first

View File

@@ -0,0 +1 @@
key1 = this is a value from the first file: locale_multi_first

View File

@@ -0,0 +1 @@
key2 = αυτό είναι μια τιμή από το δεύτερο αρχείο μετάφρασης: locale_multi_second

View File

@@ -0,0 +1 @@
key2 = this is a value from the second file: locale_multi_second