Skip to content

Commit 5957c11

Browse files
Move to smartling for translation services
1 parent 6200673 commit 5957c11

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1394
-64465
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ release/
1717
/start.sh
1818
.eslintcache
1919
tsconfig.tsbuildinfo
20+
.smartling-source.sh
2021

2122
# generated files
2223
js/components.js

.smartling-source-example.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
# Copyright 2022 Signal Messenger, LLC
3+
# SPDX-License-Identifier: AGPL-3.0-only
4+
5+
# run this before yarn get-strings/push-strings:
6+
# source .smartling-source.sh
7+
8+
export SMARTLING_USER="your token 'user identifier' here"
9+
export SMARTLING_SECRET="your token secret here"

.smartling.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright 2022 Signal Messenger, LLC
2+
# SPDX-License-Identifier: AGPL-3.0-only
3+
4+
# https://github.com/Smartling/smartling-cli/wiki/examples.md
5+
6+
account_id: '92ff14ad'
7+
project_id: 'ef62d1ebb'

.tx/config

-9
This file was deleted.

CONTRIBUTING.md

-12
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,3 @@ yarn build
272272
```
273273

274274
Then, run the tests using `yarn test-release`.
275-
276-
## Translations
277-
278-
To pull the latest translations, follow these steps:
279-
280-
1. Download Transifex client:
281-
https://docs.transifex.com/client/installing-the-client
282-
2. Create Transifex account: https://transifex.com
283-
3. Generate API token: https://www.transifex.com/user/settings/api/
284-
4. Create `~/.transifexrc` configuration:
285-
https://docs.transifex.com/client/client-configuration#-transifexrc
286-
5. Run `yarn get-strings`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)