v1.7.0 (2023-07-07)
- Improve the rebuilding of target XLF files #7.
v1.6.0 (2023-02-20)
- Don't write empty
<target>
in translated XLF, it prevented the fallback to source language to work as intended.
v1.5.0 (2023-01-13)
- Improve substitution for interpolations with complex expressions like
user.birthday | date:\'dd/MM/y\'
.
- Better node parsing if no
<source>
or<target>
is found.
v1.4.0 (2023-01-12)
- Handle placeholders (named or unnamed) in components (#5).
- Fix dependency issues.
v1.3.0 (2023-01-10)
- Improve interpolation substitution to be more resilient to bad XLF formatting.
v1.2.0 (2022-10-13)
- Handle custom
source_file_path
andtarget_files_path
. - Start by validating the configuration file with nice errors before Init/Sync.
v1.1.0 (2022-09-30)
- New
proxy
option can be added totio.config.json
file.
v1.0.1 (2022-09-29)
- Requests now send
client
(angular) andversion
of the package, to be able to manage deprecated versions server-side.
v1.0.0 (2022-09-26)
- First working complete version of this package.