Skip to content

Commit

Permalink
docs: update Phrase TMS link in message-extraction.md (#4101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Jun 1, 2023
1 parent d607d80 commit 21929f1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions website/docs/getting-started/message-extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,16 +296,16 @@ exports.format = function (msgs) {

We also provide several [builtin formatters](../tooling/cli.md#builtin-formatters) to integrate with 3rd party TMSes so feel free to create PRs to add more.

| TMS | `--format` |
| ------------------------------------------------------------------------------------------ | ----------- |
| [BabelEdit](https://www.codeandweb.com/babeledit/format-js) | `simple` |
| [Crowdin Chrome JSON](https://support.crowdin.com/file-formats/chrome-json/) | `crowdin` |
| [Lingohub](https://lingohub.com/developers/resource-files/json-localization/) | `simple` |
| [Localize's Simple JSON](https://developers.localizejs.com/docs/simple-json-import-export) | `simple` |
| [locize](https://docs.locize.com/integration/supported-formats#json-nested) | `simple` |
| [Lokalise Structured JSON](https://docs.lokalise.com/en/articles/3229161-structured-json) | `lokalise` |
| [Phrase](https://help.phrase.com/help/simple-json) | `simple` |
| [POEditor Key-Value JSON](https://poeditor.com/localization/files/key-value-json) | `simple` |
| [SimpleLocalize JSON](https://simplelocalize.io/docs/file-formats/simplelocalize-json/) | `simple` |
| [Smartling ICU JSON](https://help.smartling.com/hc/en-us/articles/360008000733-JSON) | `smartling` |
| [Transifex's Structured JSON](https://docs.transifex.com/formats/json/structured-json) | `transifex` |
| TMS | `--format` |
| ------------------------------------------------------------------------------------------------------------- | ----------- |
| [BabelEdit](https://www.codeandweb.com/babeledit/format-js) | `simple` |
| [Crowdin Chrome JSON](https://support.crowdin.com/file-formats/chrome-json/) | `crowdin` |
| [Lingohub](https://lingohub.com/developers/resource-files/json-localization/) | `simple` |
| [Localize's Simple JSON](https://developers.localizejs.com/docs/simple-json-import-export) | `simple` |
| [locize](https://docs.locize.com/integration/supported-formats#json-nested) | `simple` |
| [Lokalise Structured JSON](https://docs.lokalise.com/en/articles/3229161-structured-json) | `lokalise` |
| [Phrase Strings](https://support.phrase.com/hc/en-us/articles/6111390065948--JSON-React-Intl-Simple-Strings-) | `simple` |
| [POEditor Key-Value JSON](https://poeditor.com/localization/files/key-value-json) | `simple` |
| [SimpleLocalize JSON](https://simplelocalize.io/docs/file-formats/simplelocalize-json/) | `simple` |
| [Smartling ICU JSON](https://help.smartling.com/hc/en-us/articles/360008000733-JSON) | `smartling` |
| [Transifex's Structured JSON](https://docs.transifex.com/formats/json/structured-json) | `transifex` |

0 comments on commit 21929f1

Please sign in to comment.