Skip to content

Localization

Benny Neugebauer edited this page Feb 22, 2018 · 11 revisions

Setup

  1. Install crowdin-cli
  2. Create a keys/crowdin.yaml in your wire-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:

Usage

Create & Update texts

  1. Add an entry for the text to either strings.js or webapp.js
  2. Execute yarn translate to upload your new text
  3. Go to our Crowdin page and translate the copy (don't forget to "approve" it!)
  4. Execute yarn translate to receive the translated texts