diff --git a/.tx/config b/.tx/config index fa5bfb3d3..417a7aa73 100644 --- a/.tx/config +++ b/.tx/config @@ -1,8 +1,8 @@ [main] host = https://www.transifex.com -[cozy-store.client] +[o:cozy:p:cozy-store:r:src-locales-en-json--master] file_filter = src/locales/.json source_file = src/locales/en.json source_lang = en -type = KEYVALUEJSON +type = KEYVALUEJSON diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79d943056..419d787a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,5 +131,5 @@ You can help us by making our community even more vibrant. For example, you can [localization]: https://github.com/cozy/cozy-store/blob/master/README.md#localization [hub]: https://hub.github.com/ [tx]: https://www.transifex.com/cozy/ -[tx-start]: http://docs.transifex.com/getting-started/translators/ +[tx-start]: https://help.transifex.com/en/articles/6248698-getting-started-as-a-translator [forum]: https://forum.cozy.io/ diff --git a/README.md b/README.md index b78ac7ccc..689661816 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Localization and translations are handled by [Transifex][tx], which is used by a As a _translator_, you can login to [Transifex][tx-signin] (using your Github account) and claim an access to the [app repository][tx-app]. Locales are pulled when app is build before publishing. -As a _developer_, you must [configure the transifex client][tx-client], and claim an access as _maintainer_ is the [app repository][tx-app]. Then please **only update** the source locale file (usually `en.json` in client and/or server parts), and push it to Transifex repository using the `tx push -s` command. +As a _developer_, you just have to modify json in `/src/locales`. New locales will be automatically added to Transifex. If you need to pull or push manually locales, you can use [Transifex CLI](tx-cli). If you were using a [transifex-client](tx-client), you must move to [Transifex CLI](tx-cli) to be compatible with the v3 API. ### Maintainer @@ -173,8 +173,9 @@ Cozy Settings is developed by Cozy Cloud and distributed under the [AGPL v3 lice [contribute]: CONTRIBUTING.md [tx]: https://www.transifex.com/cozy/ [tx-signin]: https://www.transifex.com/signin/ -[tx-app]: https://www.transifex.com/cozy/cozy-settings/dashboard/ -[tx-client]: http://docs.transifex.com/client/ +[tx-app]: https://www.transifex.com/cozy/cozy-store/dashboard/ +[tx-cli]: https://developers.transifex.com/docs/cli +[tx-client]: https://github.com/transifex/transifex-client [libera]: https://web.libera.chat/#cozycloud [forum]: https://forum.cozy.io/ [github]: https://github.com/cozy/