Added translation unittests
This commit is contained in:
7
unittests/unittests_translation/translation/de.json
Normal file
7
unittests/unittests_translation/translation/de.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"text": {
|
||||
"hello_world": "Hallo Welt"
|
||||
}
|
||||
}
|
||||
}
|
7
unittests/unittests_translation/translation/en.json
Normal file
7
unittests/unittests_translation/translation/en.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": {
|
||||
"text": {
|
||||
"hello_world": "Hello World"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user