Open gitaarik opened 4 years ago
The arguments of gettext
object attribute functions were excluded from parsing for the reason of being unpredictable.
I believe it could be easily re-enabled, but configurable with a setting (eg command line flag).
The deprecation notes say: "retrieve l10n strings from compiled .js files".
In the compiled .js files the
gettext()
calls have been transformed to something like_vm.gettext()
ort.gettext()
. This is done by Vue Loader I think. Now the babel extract functions don't find these calls anymore. Anyone has a solution for that?