Releases: translation/angular
Releases · translation/angular
Version 1.7.0
Fixes (bugs & defects):
- Improve the rebuilding of target XLF files #7.
Version 1.6.0
Fixes (bugs & defects):
- Don't write empty
<target>
in translated XLF, it prevented the fallback to source language to work as intended.
Version 1.5.0
New features:
- Improve substitution for interpolations with complex expressions like
user.birthday | date:\'dd/MM/y\'
.
Fixes (bugs & defects):
- Better node parsing if no
<source>
or<target>
is found.
Version 1.4.0
New features:
- Handle placeholders (named or unnamed) in components (#5).
Fixes (bugs & defects):
- Fix dependency issues.
Version 1.3.0
Fixes (bugs & defects):
- Improve interpolation substitution to be more resilient to bad XLF formatting.
Version 1.2.0
New features:
- Handle custom
source_file_path
andtarget_files_path
. - Start by validating the configuration file with nice errors before Init/Sync.
Version 1.1.0
New features:
- New
proxy
option can be added totio.config.json
file.
Version 1.0.1
New features:
- Requests now send
client
(angular) andversion
of the package, to be able to manage deprecated versions server-side.
Version 1.0.0
New features:
- First working and tested complete version of this package 🎉