{"id":20696377,"url":"https://github.com/pascalvault/lazarus_translateform","last_synced_at":"2026-02-05T08:31:06.134Z","repository":{"id":174954713,"uuid":"599597628","full_name":"PascalVault/Lazarus_TranslateForm","owner":"PascalVault","description":"Translate your application to other languages, easily!","archived":false,"fork":false,"pushed_at":"2023-02-16T15:47:55.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T02:37:42.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PascalVault.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":"2023-02-09T13:34:46.000Z","updated_at":"2023-03-23T02:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"86c955a9-c7be-402b-8f8e-4876e35e4642","html_url":"https://github.com/PascalVault/Lazarus_TranslateForm","commit_stats":null,"previous_names":["pascalvault/lazarus_translateform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PascalVault/Lazarus_TranslateForm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalVault%2FLazarus_TranslateForm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalVault%2FLazarus_TranslateForm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalVault%2FLazarus_TranslateForm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalVault%2FLazarus_TranslateForm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PascalVault","download_url":"https://codeload.github.com/PascalVault/Lazarus_TranslateForm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PascalVault%2FLazarus_TranslateForm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-17T00:13:46.919Z","updated_at":"2026-02-05T08:31:06.111Z","avatar_url":"https://github.com/PascalVault.png","language":"Pascal","readme":"# Lazarus_TranslateForm\nTranslate your application to other languages, easily!\n\n## Uwage example ##\n\n    uses ..., Translator;\n    \n    procedure TForm1.OnCreate...\n    begin\n      TranslateForm('de', Form1); //translate to German\n    end;\n    \n    procedure TForm1.OnDestroy...\n    begin\n      SaveOriginalTranslations('lang\\original_text.txt'); //save text from your components to original_text.txt\n    end;\n`\nNow when you have original_text.txt you just copy \u0026 paste its contents into a translation service (like Google Translate), translate to any language you want (for example German) and save the output as \"de.txt\". And now your application is ready for German speakers.\n\nBy default languages files are loaded by \"lang\" dir but you can change it with:\n\n    SetTranlationDir(\"other dir\") \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalvault%2Flazarus_translateform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalvault%2Flazarus_translateform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalvault%2Flazarus_translateform/lists"}