diff options
Diffstat (limited to 't/fmt/man/macro-def.stderr-missing-behavior')
-rw-r--r-- | t/fmt/man/macro-def.stderr-missing-behavior | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/fmt/man/macro-def.stderr-missing-behavior b/t/fmt/man/macro-def.stderr-missing-behavior new file mode 100644 index 0000000..7dc4471 --- /dev/null +++ b/t/fmt/man/macro-def.stderr-missing-behavior @@ -0,0 +1,4 @@ +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. |