{"id":13410681,"url":"https://github.com/varunsridharan/action-wp-pot-generator","last_synced_at":"2025-08-20T19:04:33.341Z","repository":{"id":65162194,"uuid":"204092159","full_name":"varunsridharan/action-wp-pot-generator","owner":"varunsridharan","description":"Generates POT Files for your wordpress Plugin / Theme based on the content inside Github Repo","archived":false,"fork":false,"pushed_at":"2020-11-06T09:55:02.000Z","size":29,"stargazers_count":17,"open_issues_count":3,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T12:02:30.765Z","etag":null,"topics":["github-action","github-actions","github-actions-wordpress","vs-github-action","wordpress","wordpress-cli","wordpress-development","wordpress-github-actions","wordpress-plugin","wordpress-plugin-development","wordpress-pot","wordpress-pot-generator","wordpress-theme","wordpress-theme-development","wp","wp-developers","wp-localization","wp-plugin","wp-pot","wp-theme"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/wp-pot-generator","language":"Shell","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/varunsridharan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-24T01:22:44.000Z","updated_at":"2024-11-18T13:37:36.000Z","dependencies_parsed_at":"2023-01-04T12:39:06.060Z","dependency_job_id":null,"html_url":"https://github.com/varunsridharan/action-wp-pot-generator","commit_stats":{"total_commits":18,"total_committers":4,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"04cf740e0e56626af271d1df18834e56b8805d9e"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/varunsridharan/action-wp-pot-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-wp-pot-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-wp-pot-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-wp-pot-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-wp-pot-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varunsridharan","download_url":"https://codeload.github.com/varunsridharan/action-wp-pot-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varunsridharan%2Faction-wp-pot-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271369528,"owners_count":24747795,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["github-action","github-actions","github-actions-wordpress","vs-github-action","wordpress","wordpress-cli","wordpress-development","wordpress-github-actions","wordpress-plugin","wordpress-plugin-development","wordpress-pot","wordpress-pot-generator","wordpress-theme","wordpress-theme-development","wp","wp-developers","wp-localization","wp-plugin","wp-pot","wp-theme"],"created_at":"2024-07-30T20:01:08.389Z","updated_at":"2025-08-20T19:04:33.056Z","avatar_url":"https://github.com/varunsridharan.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://cdn.svarun.dev/gh/actions-small.png\" width=\"150px\"/\u003e\u003c/p\u003e\n\n# WordPress Pot Generator - ***Github Action***\nThis Action Generates POT Files for your wordpress Plugin / Theme based on the content inside Github Repo\n\n## ⚙️ Configuration\n| Key | Default | Description |\n| --- | ------- | ----------- |\n| `SAVE_PATH` | ./ | Location / Path to save POT File **Required** |\n| `ITEM_SLUG` | NULL | Slug of your WordPress Theme / Plugin Slug  **Required** |\n| `DOMAIN` | NULL | WordPress Theme / Plugin ***TextDomain*** |\n| `PACKAGE_NAME` | NULL | WordPress Theme / Plugin Name |\n| `HEADERS`  | NULL | Array in JSON format of custom headers which will be added to the POT file. Defaults to empty array. |\n| `GITHUB_TOKEN` | **secret** | you do not need to generate one but you do have to explicitly make it available to the Action |\n\n\u003e **⚠️ Note:** You Should Provide Github Token. If Not Updated File Will Be Committed \u0026 Pushed.\n\n## 🚀  Example Workflow File\n\u003c!-- START RAW --\u003e\n```yaml\nname: On Push\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  WP_POT_Generator:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - name: WordPress POT Generator\n      uses: varunsridharan/action-wp-pot-generator@2.0\n      with:\n        save_path: './i8n'\n        item_slug: 'wponion'\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\u003c!-- END RAW --\u003e\n\n---\n\n\u003c!-- START common-footer.mustache --\u003e\n## 📝 Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n[Checkout CHANGELOG.md](https://github.com/varunsridharan/action-wp-pot-generator/blob/main/CHANGELOG.md)\n\n\n## 🤝 Contributing\nIf you would like to help, please take a look at the list of [issues](https://github.com/varunsridharan/action-wp-pot-generator/issues/).\n\n\n## 📜  License \u0026 Conduct\n- [**MIT License**](https://github.com/varunsridharan/action-wp-pot-generator/blob/main/LICENSE) © [Varun Sridharan](website)\n- [Code of Conduct](https://github.com/varunsridharan/.github/blob/master/CODE_OF_CONDUCT.md)\n\n\n## 📣 Feedback\n- ⭐ This repository if this project helped you! :wink:\n- Create An [🔧 Issue](https://github.com/varunsridharan/action-wp-pot-generator/issues/) if you need help / found a bug\n\n\n## 💰 Sponsor\n[I][twitter] fell in love with open-source in 2013 and there has been no looking back since! You can read more about me [here][website].\nIf you, or your company, use any of my projects or like what I’m doing, kindly consider backing me. I'm in this for the long run.\n\n- ☕ How about we get to know each other over coffee? Buy me a cup for just [**$9.99**][buymeacoffee]\n- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [**$9.99**][buymeacoffee]\n- 🔰         We love bettering open-source projects. Support 1-hour of open-source maintenance for [**$24.99 one-time?**][paypal]\n- 🚀         Love open-source tools? Me too! How about supporting one hour of open-source development for just [**$49.99 one-time ?**][paypal]\n\n\u003c!-- Personl Links --\u003e\n[paypal]: https://sva.onl/paypal\n[buymeacoffee]: https://sva.onl/buymeacoffee\n[twitter]: https://sva.onl/twitter/\n[website]: https://sva.onl/website/\n\n\n## Connect \u0026 Say 👋\n- **Follow** me on [👨‍💻 Github][github] and stay updated on free and open-source software\n- **Follow** me on [🐦 Twitter][twitter] to get updates on my latest open source projects\n- **Message** me on [📠 Telegram][telegram]\n- **Follow** my pet on [Instagram][sofythelabrador] for some _dog-tastic_ updates!\n\n\u003c!-- Personl Links --\u003e\n[sofythelabrador]: https://www.instagram.com/sofythelabrador/\n[github]: https://sva.onl/github/\n[twitter]: https://sva.onl/twitter/\n[telegram]: https://sva.onl/telegram/\n\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003ci\u003eBuilt With ♥ By \u003ca href=\"https://sva.onl/twitter\"  target=\"_blank\" rel=\"noopener noreferrer\"\u003eVarun Sridharan\u003c/a\u003e \u003ca href=\"https://en.wikipedia.org/wiki/India\"\u003e\n   \u003cimg src=\"https://cdn.svarun.dev/flag-india.jpg\" width=\"20px\"/\u003e\u003c/a\u003e \u003c/i\u003e \u003cbr/\u003e\u003cbr/\u003e\n   \u003cimg src=\"https://cdn.svarun.dev/codeispoetry.png\"/\u003e\n\u003c/p\u003e\n\n---\n\n\n\u003c!-- END common-footer.mustache --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-wp-pot-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarunsridharan%2Faction-wp-pot-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarunsridharan%2Faction-wp-pot-generator/lists"}