fluent 0.6.1 (February 6, 2018)
Pre-release
Pre-release
Various fixes to fluent.migrate
for bug 1424682.
-
Accept
Patterns
andPatternElements
inREPLACE
. (#41)REPLACE
can now usePatterns
,PatternElements
andExpressions
as
replacement values. This makesREPLACE
accept the same Transforms as
CONCAT
. -
Never migrate partial translations. (#44)
Partial translations may break the AST because they produce
TextElements
withNone
values. For now, we explicitly skip any
transforms which depend on at least one missing legacy string to avoid
serialization errors. -
Warn about unknown FTL entries in transforms. (#40)
-
Fix how files are passed to
hg annotate
. (#39)