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
To support translation agencies, LSPs, and translators using CAT tools and translation memory sharing.
How
Create a new loader in packages/cli/src/loaders/tmx.ts
Implement parsing logic for TMX XML structure
Add two unit tests in packages/cli/src/loaders/index.spec.ts:
Test parsing a simple TMX file
Test handling metadata in TMX entries
Update @replexica/spec to include TMX format
Generate a changeset using pnpm new for both 'replexica' and '@replexica/cli' packages
In the pull request, include a link to the TMX specification used.
After completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.
The text was updated successfully, but these errors were encountered:
What
Implement a loader for TMX files in Replexica.
Why
To support translation agencies, LSPs, and translators using CAT tools and translation memory sharing.
How
packages/cli/src/loaders/tmx.ts
packages/cli/src/loaders/index.spec.ts
:@replexica/spec
to include TMX formatpnpm new
for both 'replexica' and '@replexica/cli' packagesAfter completing the task
Noticed a file format Replexica doesn't yet support? Please create a new GitHub ticket (if it doesn't yet exist!), using the format/structure of this GitHub issue.
The text was updated successfully, but these errors were encountered: