{"id":21019346,"url":"https://github.com/rmraya/sdltm","last_synced_at":"2025-04-12T10:24:20.853Z","repository":{"id":61267830,"uuid":"538083682","full_name":"rmraya/sdltm","owner":"rmraya","description":"Conversion of SDLTM files from Trados Studio to standard TMX 1.4b format","archived":false,"fork":false,"pushed_at":"2024-11-14T10:21:56.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-27T09:16:13.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmraya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-18T11:12:06.000Z","updated_at":"2024-11-14T10:21:59.000Z","dependencies_parsed_at":"2024-06-02T14:14:10.791Z","dependency_job_id":"dbb22ffc-4ce0-49e1-affb-d0337d14a813","html_url":"https://github.com/rmraya/sdltm","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"3d73a5f5fe40642ea84a9826aac1a7688a455616"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2Fsdltm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2Fsdltm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2Fsdltm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2Fsdltm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmraya","download_url":"https://codeload.github.com/rmraya/sdltm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248551578,"owners_count":21123118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T10:31:22.092Z","updated_at":"2025-04-12T10:24:20.826Z","avatar_url":"https://github.com/rmraya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sdltm\n\nTypeScript library for converting SDLTM files (Translation Memory databases from Trados Studio) to TMX 1.4b\n\n## Installation\n\n`npm install sdltm`\n\n## Example\n\n```TypeScript\nimport { TMReader } from \"./TMReader\";\n\nconst SUCCESS: string = 'Success';\nconst ERROR: string = 'Error';\n\nclass Test {\n\n    constructor(sdltmFile: string, tmxFile: string) {\n        new TMReader(sdltmFile, tmxFile, { 'productName': \"My Tool\", 'version': '1.0' }, (data: any) =\u003e {\n            if (data.status === SUCCESS) {\n                console.log(JSON.stringify(data));\n            }\n            if (data.status === ERROR) {\n                console.error(data.reason);\n            }\n        });\n    }\n}\n\nnew Test('Japanese.sdltm', 'Japanese.tmx');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmraya%2Fsdltm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmraya%2Fsdltm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmraya%2Fsdltm/lists"}