You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes
Added new setting xliffSync.parseFromDeveloperNote (default: false) to have translations parsed from the Developer note if no matching trans-units or translations can be found. Translations can be retrieved from a Developer note in the following format: en-US=My translation|nl-NL=Mijn vertaling (GitHub issue #37).
Added new setting xliffSync.parseFromDeveloperNoteSeparator (default: |) accompanying setting xliffSync.parseFromDeveloperNote to change the separator for translations.