-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added support for XLIFF files #4
Open
YS-jack
wants to merge
132
commits into
IaKee:original-main
Choose a base branch
from
YS-jack:original-main
base: original-main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
the updating of xliff file is incomplete
can generate it from en database, can also auto update to contain all values in en database
…ripts into original-main
omegaT needed the id for each records
Please enter the commit message for your changes. Lines starting
updated en = english transcripts
Typos, weird wording, et cetera.
Typos, weird wording, etc.
Fixes for tsv-gen python script, and fixed some errors in the norwegian language draft
Update hashList_no.txt
…ripts into original-main
This reverts commit 5fa8e35.
This reverts commit da9e8a1.
…al_data even if its under other folders. so you can create folders in manual_data to categorize manual transcripts
…al_data even if its under other folders. so you can create folders in manual_data to categorize manual transcripts
No longer generates duplicates of lines with N/A as source
Bugfix for .xlsx-updater
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
XLIFF files are formats used by many CAT programs, including free CAT such as omegaT and poedit.
programs in this version can generate/update XLIFF files from the english transcript database.
it can also generate TSV files (which are the format the plugin downloads) from the XLIFF files