mirror of
https://github.com/kataras/iris.git
synced 2026-01-27 05:45:56 +00:00
example: i18n: nested .ini template key-values
This commit is contained in:
10
_examples/i18n/i18n-template/locales/el-GR/other.ini
Normal file
10
_examples/i18n/i18n-template/locales/el-GR/other.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[nav]
|
||||
User = Λογαριασμός
|
||||
|
||||
[debug]
|
||||
Title = Μενού προγραμματιστή
|
||||
AccessLog = Πρόσβαση στο αρχείο καταγραφής
|
||||
AccessLogClear = Καθαρισμός {{tr "debug.AccessLog"}}
|
||||
|
||||
[user.connections]
|
||||
Title = {{tr "nav.User"}} Συνδέσεις
|
||||
12
_examples/i18n/i18n-template/locales/en-US/other.ini
Normal file
12
_examples/i18n/i18n-template/locales/en-US/other.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
# just an example of some more nested keys,
|
||||
# see /other endpoint.
|
||||
[nav]
|
||||
User = Account
|
||||
|
||||
[debug]
|
||||
Title = Developer Menu
|
||||
AccessLog = Access Log
|
||||
AccessLogClear = Clear {{tr "debug.AccessLog"}}
|
||||
|
||||
[user.connections]
|
||||
Title = {{tr "nav.User"}} Connections
|
||||
Reference in New Issue
Block a user