diff --git a/locale/fr/LC_MESSAGES/user_data_yaml.po b/locale/fr/LC_MESSAGES/rougail_user_data_yaml.po similarity index 100% rename from locale/fr/LC_MESSAGES/user_data_yaml.po rename to locale/fr/LC_MESSAGES/rougail_user_data_yaml.po diff --git a/src/rougail/user_data_yaml/locale/fr/LC_MESSAGES/user_data_yaml.mo b/src/rougail/user_data_yaml/locale/fr/LC_MESSAGES/rougail_user_data_yaml.mo similarity index 100% rename from src/rougail/user_data_yaml/locale/fr/LC_MESSAGES/user_data_yaml.mo rename to src/rougail/user_data_yaml/locale/fr/LC_MESSAGES/rougail_user_data_yaml.mo diff --git a/tests/results/00_7help/errors/all.json b/tests/results/00_7help/errors/all.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_7help/errors/all.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_7help/errors/mandatories.json b/tests/results/00_7help/errors/mandatories.json new file mode 100644 index 0000000..217db0a --- /dev/null +++ b/tests/results/00_7help/errors/mandatories.json @@ -0,0 +1,4 @@ +{ + "errors": [], + "warnings": [] +} \ No newline at end of file diff --git a/tests/results/00_7help/file/all.yml b/tests/results/00_7help/file/all.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_7help/file/all.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_7help/file/all_exclude.yml b/tests/results/00_7help/file/all_exclude.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_7help/file/all_exclude.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_7help/file/mandatories.yml b/tests/results/00_7help/file/mandatories.yml new file mode 100644 index 0000000..aec7437 --- /dev/null +++ b/tests/results/00_7help/file/mandatories.yml @@ -0,0 +1,6 @@ +{ + "rougail": { + "var1": "string1", + "var2": "string1" + } +} \ No newline at end of file diff --git a/tests/results/00_7help/makedict/all.json b/tests/results/00_7help/makedict/all.json new file mode 100644 index 0000000..3471f52 --- /dev/null +++ b/tests/results/00_7help/makedict/all.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +} diff --git a/tests/results/00_7help/makedict/mandatories.json b/tests/results/00_7help/makedict/mandatories.json new file mode 100644 index 0000000..3471f52 --- /dev/null +++ b/tests/results/00_7help/makedict/mandatories.json @@ -0,0 +1,4 @@ +{ + "rougail.var1": "string1", + "rougail.var2": "string1" +}