You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addComments config parameter seems not to work anymore in 1.1.0-0 (or the documentation is outdated).
When specifying addComments: 'translator:' as config option, the following comment will not be added to the .pot file: // translator: Bla. This is because the configured prefix needs to include the whitespace between // and translator. From my memory, this has worked before, and the documentation says it's supposed to work without specifying the space.
I'm using addComments: ' translator:' (note the space at the beginning of the string) as a workaround for now. Should we just update the docs and add the string there, or support whitespace in the matcher?
Thanks to everyone putting effort into maintaining this project, you rock! 👌🏻
The text was updated successfully, but these errors were encountered:
The
addComments
config parameter seems not to work anymore in 1.1.0-0 (or the documentation is outdated).When specifying
addComments: 'translator:'
as config option, the following comment will not be added to the.pot
file:// translator: Bla
. This is because the configured prefix needs to include the whitespace between//
andtranslator
. From my memory, this has worked before, and the documentation says it's supposed to work without specifying the space.I'm using
addComments: ' translator:'
(note the space at the beginning of the string) as a workaround for now. Should we just update the docs and add the string there, or support whitespace in the matcher?Thanks to everyone putting effort into maintaining this project, you rock! 👌🏻
The text was updated successfully, but these errors were encountered: