From 39358a74b595cb8d112ad6be8881ff894ee90379 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 30 Mar 2025 18:58:27 +0200 Subject: [PATCH] fix: i18n --- ...{user_data_yaml.po => rougail_user_data_yaml.po} | 0 ...{user_data_yaml.mo => rougail_user_data_yaml.mo} | Bin tests/results/00_7help/errors/all.json | 4 ++++ tests/results/00_7help/errors/mandatories.json | 4 ++++ tests/results/00_7help/file/all.yml | 6 ++++++ tests/results/00_7help/file/all_exclude.yml | 6 ++++++ tests/results/00_7help/file/mandatories.yml | 6 ++++++ tests/results/00_7help/makedict/all.json | 4 ++++ tests/results/00_7help/makedict/mandatories.json | 4 ++++ 9 files changed, 34 insertions(+) rename locale/fr/LC_MESSAGES/{user_data_yaml.po => rougail_user_data_yaml.po} (100%) rename src/rougail/user_data_yaml/locale/fr/LC_MESSAGES/{user_data_yaml.mo => rougail_user_data_yaml.mo} (100%) create mode 100644 tests/results/00_7help/errors/all.json create mode 100644 tests/results/00_7help/errors/mandatories.json create mode 100644 tests/results/00_7help/file/all.yml create mode 100644 tests/results/00_7help/file/all_exclude.yml create mode 100644 tests/results/00_7help/file/mandatories.yml create mode 100644 tests/results/00_7help/makedict/all.json create mode 100644 tests/results/00_7help/makedict/mandatories.json 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" +}