-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#68 - supporting flow files in other languages
- 2nd iteration reduces mistakes by translating contextually - 1st iteration is simply search and replace matches - this iteration uses TagUi’s internal model of TagUI steps and default syntax in english to make translations only when the translation fits the internal model - for example, translating the first phrase/keyword only if the translated word is part of TagUI steps - eg translating conditions only if that flow line starts with condition-starting keywords - eg translating separators keywords only if they are valid separators for that corresponding step - with this commit translating to and from different languages can retain accuracy much better
- Loading branch information
Showing
2 changed files
with
67 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters