{"id":25175978,"url":"https://github.com/umdevelopera/um-gtranslate","last_synced_at":"2026-05-02T19:33:27.512Z","repository":{"id":275972234,"uuid":"925843508","full_name":"umdevelopera/um-gtranslate","owner":"umdevelopera","description":"Integrates Ultimate Member with GTranslate","archived":false,"fork":false,"pushed_at":"2025-02-05T20:17:09.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T01:29:37.290Z","etag":null,"topics":["gtranslate","multilingual","ultimate-member","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/umdevelopera.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":"2025-02-01T21:55:59.000Z","updated_at":"2025-02-10T13:01:20.000Z","dependencies_parsed_at":"2025-02-05T15:46:32.748Z","dependency_job_id":"cc9eccfd-478c-4561-8bf8-80d10da7cacf","html_url":"https://github.com/umdevelopera/um-gtranslate","commit_stats":null,"previous_names":["umdevelopera/um-gtranslate"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/umdevelopera/um-gtranslate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-gtranslate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-gtranslate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-gtranslate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-gtranslate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umdevelopera","download_url":"https://codeload.github.com/umdevelopera/um-gtranslate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-gtranslate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["gtranslate","multilingual","ultimate-member","wordpress"],"created_at":"2025-02-09T13:15:33.167Z","updated_at":"2026-05-02T19:33:27.496Z","avatar_url":"https://github.com/umdevelopera.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ultimate Member - GTranslate\n\nIntegrates the **Ultimate Member** plugin with the **GTranslate** plugin.\n\n__Note:__ The GTranslate plugin can translate pages without any integration, but can not translate emails.\n\n## Key features\n\n- Ability to translate email templates in Ultimate Member settings.\n- Send translated emails. The mail language is selected depending on the user's locale (if set) or using the GTranslate language switcher.\n- Set user locale using GTranslate language switcher. Can be disabled using the `um_gtranslate_update_user_locale` filter hook.\n\n## Installation\n\n__Note:__ This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) and [GTranslate](https://wordpress.org/plugins/gtranslate/) plugins to be installed first.\n\n### How to install from GitHub\n\nOpen git bash, navigate to the **plugins** folder and execute this command:\n\n`git clone --branch=main git@github.com:umdevelopera/um-gtranslate.git um-gtranslate`\n\nOnce the plugin is cloned, enter your site admin dashboard and go to _wp-admin \u003e Plugins \u003e Installed Plugins_. Find the **Ultimate Member - GTranslate** plugin and click the **Activate** link.\n\n### How to install from ZIP archive\n\nYou can install the plugin from this [ZIP file](https://drive.google.com/file/d/1uK_3C0aLfN6y2DcsOB5XYJEKkMK6x7rB/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).\n\n## How to use\n\n### How to translate E-mails\n\nGo to *wp-admin \u003e Ultimate Member \u003e Settings \u003e Email* to translate email templates. Click the \"+\" icon unter the flag to translate a template. The plugin saves translated email templates to locale subfolders in the theme, see [Email Templates](https://docs.ultimatemember.com/article/1335-email-templates).\n\n![UM Settings, Email](https://github.com/user-attachments/assets/73931b94-ed64-4130-bb13-2774eefd7f41)\n\nThe extension determines the current language as follows:\n1. from the `lang` URL parameter if it exists.\n2. from the `X_GT_LANG` header if it exists (for the paid version).\n3. from the `googtrans` cookie if it exists (for the free version).\n4. from the WordPress locale.\n\n## Support\n\nThis is a free extension created for the community. The Ultimate Member team does not provide support for this extension.\nOpen new [issue](https://github.com/umdevelopera/um-gtranslate/issues) if you are facing a problem or have a suggestion.\n\n**Give a star if you think this extension is useful. Thanks.**\n\n## Useful links\n\n[Ultimate Member core plugin info and download](https://wordpress.org/plugins/ultimate-member)\n\n[Documentation for Ultimate Member](https://docs.ultimatemember.com)\n\n[Official extensions for Ultimate Member](https://ultimatemember.com/extensions/)\n\n[Free extensions for Ultimate Member](https://docs.google.com/document/d/1wp5oLOyuh5OUtI9ogcPy8NL428rZ8PVTu_0R-BuKKp8/edit?usp=sharing)\n\n[Code snippets for Ultimate Member](https://docs.google.com/document/d/1_bikh4JYlSjjQa0bX1HDGznpLtI0ur_Ma3XQfld2CKk/edit?usp=sharing)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumdevelopera%2Fum-gtranslate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumdevelopera%2Fum-gtranslate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumdevelopera%2Fum-gtranslate/lists"}