diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 11:26:17 +0000 |
commit | 5df6c2aefebe3d2abcc939a88e294876d59f03ca (patch) | |
tree | 63fb332a0f21ddb91cb789c80cf64e134d373463 /t/fmt/man/macro-defuse.stderr-missing-behavior | |
parent | Initial commit. (diff) | |
download | po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.tar.xz po4a-5df6c2aefebe3d2abcc939a88e294876d59f03ca.zip |
Adding upstream version 0.72.upstream/0.72
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 't/fmt/man/macro-defuse.stderr-missing-behavior')
-rw-r--r-- | t/fmt/man/macro-defuse.stderr-missing-behavior | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/fmt/man/macro-defuse.stderr-missing-behavior b/t/fmt/man/macro-defuse.stderr-missing-behavior new file mode 100644 index 0000000..7095bff --- /dev/null +++ b/t/fmt/man/macro-defuse.stderr-missing-behavior @@ -0,0 +1,7 @@ +po4a::man: This page defines a new macro 'Blob' with '.de' (inline comment: extra explanation), but you did not specify the expected po4a behavior when 'Blob' is used. You will get an error if this macro is actually used in your page. +Add your macro to one of the 'untranslated', 'noarg', 'translate_joined', 'translate_each', 'no_wrap' or 'inline' parameters to avoid issues. +For example, passing '-o untranslated=Blob' to po4a will ensure that the defined macro remains hidden from translators. +Please refer to the manpage of Locale::Po4a::Man for more info on these parameters. + +macro-defuse.man:13: (po4a::man) +Unknown macro '.Blob'. Remove it from the document, or refer to the Locale::Po4a::Man manpage to see how po4a can handle new macros. |