-
Application Technology update to Angular 7, no functionality changes.
-
internal Sources moved to monorepo ngx-i18nsupport
0.12.0 (2017-12-08)
- Application deleted test code that was forgotten in v.11 and shows a snackbar "new version" at startup.
0.11.0 (2017-12-08)
-
Application (experimental) Introduce service worker to cache application for offline mode (#47). The Application can now be used offline (loaded from Browser cache then).
-
internal replace deprecated Http by new Angular HttpClient (#46).
0.10.0 (2017-11-24)
- internal Technology update to Angular 5.0 and Material RC 1 (#44).
- internal fixed: Cannot find module 'rxjs/observable' (#43).
0.9.0 (2017-09-15)
- GUI Added keyboard shortcut Ctrl Enter for the next button. (#40). This was a nice contribution by quanterion.
0.8.0 (2017-09-12)
- GUI Google Translate Button should be disabled when there is no target language (#37).
-
GUI Added an undo button to translate-unit. (#38).
-
GUI Upgrade to material beta 10. (#35). Upgrade to Angular CLI 1.3 too.
0.7.0 (2017-08-25)
- GUI Layout improvements (#29). The changes for supporting small phone size displays introduced some nasty effects on larger displays. This should be fixed now.
- GUI Added a button for reviewers to mark translation as not ok. (#31).
0.6.0 (2017-08-18)
- XLIFF 2.0 format handle ICU equiv in XLIFF 2.0 (#27).
- GUI Support Phone Size Display (#14).
0.5.0 (2017-07-13)
- GUI No flag shown for language with region code like
fr-google
. Now when region code is longer than 2 chars it cannot be a country, so the language will be used (fr
in example) (#23).
-
GUI TinyTranslator now stores current project and current unit in local storage (#25).
-
auto translation Auto translation now shows a summary page after run. You can then filter for auto translated units. (#24).
0.4.0 (2017-07-10)
-
new languages Added a French and a Russian version. Both are created by the new Autotranslate Feature, so do not expect to see perfect translation here. It is more like a design study. (#21).
-
auto translation Google translate support for ICU messages (#20).
-
auto translation Handle Google translate query limit (#19).
-
auto translation Google translate support should ignore region codes (#18).
0.3.0 (2017-07-01)
- all formats ICU-References are not converted to native strings ([#11](ngx-i18nsupport-lib #37).
-
all formats Added
Google Translate
support. You can now use Google Translate to let it automatically translate your texts. (#15). -
all formats Ready to run versions are now available as
Docker images
ondockerhub
. See details in the README. (#16).
0.2.0 (2017-06-16)
-
all formats Linebreaks in normalized mode do not work (#11).
-
all formats upload button in project summary on translation page does not work (#10).
-
all formats Added Search functionality (#9).
-
all formats Added State Management (#5).
-
all formats Support for ICU message translation (ngx-i18nsupport-lib #25).
-
XLIFF 2.0 Support for sourcefile and linenumber in XLIFF 2.0 format (#3).
0.1.0 (2017-05-26)
- angular version: tiny translator now is based on Angular version 4.1
-
XLIFF 2.0 Support for XLIFF 2.0 is added (#3).
-
XMB/XTB Support for XMB is added (#7).
-
all formats Sourcefile and linenumber of original texts are displayed (#4).
-
all formats All messages can now be edited format independent (#2).
Initial version