Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-rendering
Commits
0958a978
Commit
0958a978
authored
Jan 24, 2022
by
Thomas Mortagne
Browse files
XRENDERING-621: Make rendering errors translatables and extendables
* remove test leftovers
parent
da82cf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/resources/ApplicationResources.properties
View file @
0958a978
...
...
@@ -42,8 +42,8 @@
# old.key.name=Some translation
###############################################################################
rendering.macro.error.unknown
=
Unknown macro
2
: {0}.
rendering.macro.error.unknown.description
=
The
2
[{0}] macro is not in the list of registered macros. Verify the spelling or contact your administrator.
rendering.macro.error.unknown
=
Unknown macro: {0}.
rendering.macro.error.unknown.description
=
The [{0}] macro is not in the list of registered macros. Verify the spelling or contact your administrator.
rendering.macro.error.failed
=
Failed to execute the [{0}] macro.
rendering.macro.error.invalid
=
Invalid macro: {0}.
rendering.macro.error.standalone
=
The [{0}] macro is a standalone macro and it cannot be used inline.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment