{"id":22837166,"url":"https://github.com/cake-contrib/cake.transifex","last_synced_at":"2025-04-24T03:25:28.493Z","repository":{"id":18752557,"uuid":"85231314","full_name":"cake-contrib/Cake.Transifex","owner":"cake-contrib","description":"Cake addin adding support for the Transifex Client","archived":false,"fork":false,"pushed_at":"2024-12-11T12:10:52.000Z","size":2516,"stargazers_count":1,"open_issues_count":16,"forks_count":5,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-04-14T17:41:44.003Z","etag":null,"topics":["cake","cake-addin","cake-build","hacktoberfest","localization","transifex"],"latest_commit_sha":null,"homepage":"https://cake-contrib.github.io/Cake.Transifex","language":"C#","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/cake-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-03-16T18:54:39.000Z","updated_at":"2024-08-27T01:04:29.000Z","dependencies_parsed_at":"2024-08-27T03:02:36.686Z","dependency_job_id":"80914388-465a-4739-b3ae-80a6aad8f334","html_url":"https://github.com/cake-contrib/Cake.Transifex","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake.Transifex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake.Transifex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake.Transifex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cake-contrib%2FCake.Transifex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cake-contrib","download_url":"https://codeload.github.com/cake-contrib/Cake.Transifex/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250553779,"owners_count":21449470,"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":["cake","cake-addin","cake-build","hacktoberfest","localization","transifex"],"created_at":"2024-12-12T23:15:50.417Z","updated_at":"2025-04-24T03:25:28.467Z","avatar_url":"https://github.com/cake-contrib.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cake.Transifex\n\n[![All Contributors][all-contributorsimage]](#contributors)\n[![license](https://img.shields.io/github/license/cake-contrib/Cake.Transifex.svg)](https://github.com/cake-contrib/Cake.Transifex/blob/master/LICENSE)\n[![Open Source Helpers](https://www.codetriage.com/wormiecorp/cake.transifex/badges/users.svg)](https://www.codetriage.com/wormiecorp/cake.transifex)\n\nCake.Transifex is a addin for the Cake Build script adding support for working with the localization service Transifex.\nThis addin requires that the transifex client is already installed and is available as `tx`.\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n## Table of Contents\n\n- [Information](#information)\n  - [Where to get the addin](#where-to-get-the-addin)\n  - [Usage](#usage)\n- [Build Status](#build-status)\n- [Code Coverage](#code-coverage)\n- [Quick Links](#quick-links)\n- [Chat Room](#chat-room)\n- [Building Cake.Transifex](#building-caketransifex)\n- [Contributors](#contributors)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Information\n\nTo install the transifex client, install python, then run `pip install transifex-client`, or using the chocolatey package `choco install transifex-client`.\n\n|                |                                                                           Stable                                                                           |                                                                          Pre-release                                                                          |\n| :------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| GitHub Release | [![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Transifex.svg)](https://github.com/cake-contrib/Cake.Transifex/releases/latest) | [![GitHub (pre-)release](https://img.shields.io/github/release/cake-contrib/Cake.Transifex/all.svg)](https://github.com/cake-contrib/Cake.Transifex/releases) |\n|     NuGet      |                          [![NuGet](https://img.shields.io/nuget/v/Cake.Transifex.svg)](https://nuget.org/packages/Cake.Transifex)                          |                    [![NuGet Pre Release](https://img.shields.io/nuget/vpre/Cake.Transifex.svg)](https://nuget.org/packages/Cake.Transifex)                    |\n\n### Where to get the addin\n\nOfficially published versions are available on [NuGet](https://www.nuget.org/packages/Cake.Transifex/).\nDevelopment versions is available at the following nuget api endpoint: \u003chttps://ci.appveyor.com/nuget/cake-transifex\u003e\n\n### Usage\n\nThe following aliases is available from the cake build script:\n\n-   `TransifexInit` -\u003e Initialize a simple configuration file in the repository\n-   `TransifexStatus` -\u003e Get the status of the current translations in the local repository.\n-   `TransifexPush` -\u003e Push translations to the remote transifex server (Optionally also the source file)\n-   `TransifexPull` -\u003e Pull monitored translations from the remote transifex server\n\n## Build Status\n\n|          |                                                                                     master                                                                                      |                                                                                      develop                                                                                       |\n| :------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n| AppVeyor | [![AppVeyor branch master](https://img.shields.io/appveyor/ci/cakecontrib/cake-transifex/master.svg)](https://ci.appveyor.com/project/cakecontrib/cake-transifex/branch/master) | [![AppVeyor branch develop](https://img.shields.io/appveyor/ci/cakecontrib/cake-transifex/develop.svg)](https://ci.appveyor.com/project/cakecontrib/cake-transifex/branch/develop) |\n|  Travis  |                    [![Build Status](https://travis-ci.org/cake-contrib/Cake.Transifex.svg?branch=master)](https://travis-ci.org/cake-contrib/Cake.Transifex)                    |                     [![Build Status](https://travis-ci.org/cake-contrib/Cake.Transifex.svg?branch=develop)](https://travis-ci.org/cake-contrib/Cake.Transifex)                     |\n\n## Code Coverage\n\n|           |                                                                                master                                                                                 |                                                                                 develop                                                                                 |\n| :-------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------: |\n|  Codecov  | [![Codecov branch](https://img.shields.io/codecov/c/github/cake-contrib/Cake.Transifex/master.svg)](https://codecov.io/gh/cake-contrib/Cake.Transifex/branch/master)  | [![Codecov branch](https://img.shields.io/codecov/c/github/cake-contrib/Cake.Transifex/develop.svg)](https://codecov.io/gh/cake-contrib/Cake.Transifex/branch/develop)  |\n| Coveralls | [![Coveralls branch](https://img.shields.io/coveralls/cake-contrib/Cake.Transifex/master.svg)](https://coveralls.io/github/cake-contrib/Cake.Transifex?branch=master) | [![Coveralls branch](https://img.shields.io/coveralls/cake-contrib/Cake.Transifex/develop.svg)](https://coveralls.io/github/cake-contrib/Cake.Transifex?branch=develop) |\n\n## Quick Links\n\n-   [Addin Documentation](https://cake-contrib.github.io/Cake.Transifex)\n-   [Transifex Documentation](https://docs.transifex.com/)\n\n## Chat Room\n\nPlease do not hesitate to reash out in the [GitHub discussions](https://github.com/cake-build/cake/discussions/categories/extension-q-a) if you have any issues or questions using this addin.\n\n## Building Cake.Transifex\n\nPlease see [Building documentation](https://cake-contrib.github.io/Cake.Transifex/docs/building/) on how to build the Cake.Transifex addin.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/AdmiringWorm\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1474648?v=4?s=100\" width=\"100px;\" alt=\"Kim J. Nordmo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKim J. Nordmo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#maintenance-AdmiringWorm\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.gep13.co.uk/blog\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1271146?v=4?s=100\" width=\"100px;\" alt=\"Gary Ewan Park\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGary Ewan Park\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-gep13\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/issues?q=author%3Agep13\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/pulls?q=reviewed-by%3Agep13\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/commits?author=gep13\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.codetriage.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/35302948?v=4?s=100\" width=\"100px;\" alt=\"README Bot\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eREADME Bot\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/commits?author=codetriage-readme-bot\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Jericho\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/112710?v=4?s=100\" width=\"100px;\" alt=\"jericho\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejericho\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/issues?q=author%3AJericho\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#question-Jericho\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/mholo65\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7863439?v=4?s=100\" width=\"100px;\" alt=\"Martin Björkström\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMartin Björkström\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-mholo65\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jokay\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/18613935?v=4?s=100\" width=\"100px;\" alt=\"D. Domig\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eD. Domig\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/commits?author=jokay\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://augustoproiete.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/177608?v=4?s=100\" width=\"100px;\" alt=\"C. Augusto Proiete\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eC. Augusto Proiete\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/issues?q=author%3Aaugustoproiete\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/commits?author=augustoproiete\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nils-a\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/349188?v=4?s=100\" width=\"100px;\" alt=\"Nils Andresen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNils Andresen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/cake-contrib/Cake.Transifex/issues?q=author%3Anils-a\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.\nContributions of any kind welcome!\n\n[all-contributors]: https://github.com/all-contributors/all-contributors\n[all-contributorsimage]: https://img.shields.io/github/all-contributors/cake-contrib/Cake.Codecov.svg?color=orange\u0026style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcake-contrib%2Fcake.transifex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcake-contrib%2Fcake.transifex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcake-contrib%2Fcake.transifex/lists"}