Releases: lukasgeiter/gettext-extractor
Releases · lukasgeiter/gettext-extractor
v3.5.0
Improvements
- Support extracting comments from HTML attributes (
arguments.comment
option)
v3.4.3
v3.4.2
Bugfixes
- Normalize newlines in extracted JS string literals
- Improve white space trimming when combined with
preserveIndentation: true
v3.4.1
Bugfixes
- Fix use of
ts.createStringLiteral
with TypeScript 2.8 or lower
v3.4.0
Improvements
- Support for concatenated strings in JavaScript arguments
Note that only concatenations of string literals are supported, expressions containing variables are ignored. - Updated dependencies
v3.3.2
v3.3.1
Improvements
- Updated dependencies
v3.3.0
Improvements
- Support for template literal strings in JavaScript and options to customize trimming and more
Template strings containing placeholders are not supported, since those wouldn't be available during runtime and therefore couldn't be used for translation anyway
v3.2.1
Bugfixes
- Traverse contents of
<template>
tag
v3.2.0
Improvements
- Custom PO headers now come after
Content-Type
in the generated.pot
file