{"id":17022830,"url":"https://github.com/rothsandro/translately","last_synced_at":"2026-04-11T01:30:15.277Z","repository":{"id":168571575,"uuid":"538932630","full_name":"rothsandro/translately","owner":"rothsandro","description":"A Visual Studio Code extension to work with translations, managed in TypeScript files.","archived":true,"fork":false,"pushed_at":"2022-09-20T10:54:39.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T22:13:21.836Z","etag":null,"topics":["i18n","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rothsandro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-20T10:32:59.000Z","updated_at":"2024-03-03T16:29:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a4f554a-79a7-484d-89f7-6ac345f0db14","html_url":"https://github.com/rothsandro/translately","commit_stats":null,"previous_names":["rothsandro/translately"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothsandro%2Ftranslately","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothsandro%2Ftranslately/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothsandro%2Ftranslately/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rothsandro%2Ftranslately/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rothsandro","download_url":"https://codeload.github.com/rothsandro/translately/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985494,"owners_count":19729511,"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":["i18n","vscode-extension"],"created_at":"2024-10-14T07:11:25.742Z","updated_at":"2026-04-11T01:30:15.217Z","avatar_url":"https://github.com/rothsandro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Translately\n\nAn extension to work with translations, managed in TypeScript files.\n\n## Features\n\n- Use the _Create translation_ command to create a new translation.\n- Use the _Insert translation key_ command to insert an existing translation key into the current open file.\n\n## Requirements\n\n- All translations must be stored in TypeScript files (JSON is not supported).\n- Path and name of the translation files can be configured\n- Each language must have its own file\n- Translation object must be stored in a variable (name of the variable can be configured)\n- Translaton object must be flat, nested objects are not supported\n\n### Example\n\n```ts\n// my-project/any/folder/en-us.ts\nconst translations = {\n  \"login.form.title\": \"Login\",\n  \"login.form.submit-button.label\": \"Submit\",\n};\n\nexport default translations;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frothsandro%2Ftranslately","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frothsandro%2Ftranslately","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frothsandro%2Ftranslately/lists"}