We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77a19 commit 12497bfCopy full SHA for 12497bf
src/outputters/transform.ts
@@ -188,6 +188,7 @@ class Transformer {
188
// manipulation of placeholder contents. We should validate that the set
189
// of translated placeholders is exactly equal to the set of original
190
// source placeholders (order can change, but contents can't).
191
+ // See https://github.com/PolymerLabs/lit-localize/issues/49
192
template = parseStringAsTemplateLiteral(templateLiteralBody);
193
}
194
// TODO(aomarks) Emit a warning that a translation was missing.
0 commit comments