-
Notifications
You must be signed in to change notification settings - Fork 292
Localization
Benny Neugebauer edited this page Feb 22, 2018
·
11 revisions
- Install crowdin-cli
- Create a
keys/crowdin.yaml
in yourwire-webapp
folder and put the following:
crowdin.yaml
api_key: ...
The API Key can be obtained at: https://crowdin.com/project/wire-cs/settings#api
On Unix this can be done with:
echo -e "api_key: ..." >> ~/.crowdin.yaml
Documentation:
- Add an entry for the text to either strings.js or webapp.js
- Execute
yarn translate
to upload your new text - Go to our Crowdin page and translate the copy (don't forget to "approve" it!)
- Execute
yarn translate
to receive the translated texts