Added i18n tests
This commit is contained in:
11
tests/data/locale/en.json
Normal file
11
tests/data/locale/en.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"foo": "bar",
|
||||
"messages": {
|
||||
"example": "okay"
|
||||
},
|
||||
"callbacks": {
|
||||
"default": {
|
||||
"nested": "sure"
|
||||
}
|
||||
}
|
||||
}
|
11
tests/data/locale/uk.json
Normal file
11
tests/data/locale/uk.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"foo": "бар",
|
||||
"messages": {
|
||||
"example": "окей"
|
||||
},
|
||||
"callbacks": {
|
||||
"default": {
|
||||
"nested": "авжеж"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user