fix: i18n
This commit is contained in:
parent
bc89583fe4
commit
39358a74b5
9 changed files with 34 additions and 0 deletions
4
tests/results/00_7help/errors/all.json
Normal file
4
tests/results/00_7help/errors/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
4
tests/results/00_7help/errors/mandatories.json
Normal file
4
tests/results/00_7help/errors/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
6
tests/results/00_7help/file/all.yml
Normal file
6
tests/results/00_7help/file/all.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_7help/file/all_exclude.yml
Normal file
6
tests/results/00_7help/file/all_exclude.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
6
tests/results/00_7help/file/mandatories.yml
Normal file
6
tests/results/00_7help/file/mandatories.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"rougail": {
|
||||
"var1": "string1",
|
||||
"var2": "string1"
|
||||
}
|
||||
}
|
||||
4
tests/results/00_7help/makedict/all.json
Normal file
4
tests/results/00_7help/makedict/all.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
||||
4
tests/results/00_7help/makedict/mandatories.json
Normal file
4
tests/results/00_7help/makedict/mandatories.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"rougail.var1": "string1",
|
||||
"rougail.var2": "string1"
|
||||
}
|
||||
Loading…
Reference in a new issue