Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.47 KB

crowdin.md

File metadata and controls

41 lines (39 loc) · 1.47 KB

Crowdin Client

Crowdin provides a Client to easily manage and synchronize localization files. This client is a Command Line Interface tool and must also be installed on your system following the Client installation guide.

How to use Crowdin Console Client with this project?

  • First, join the PayPal Donation Extension project.
    Then, go to your Crowdin profile and create an Personal Access Token
  • Create your own API credential config file in $HOME/.crowdin.yaml.
    Then add your Personal Token ID in this file.
    "api_token": "{your-token}"
    
  • Clone this project from git.
    git clone https://github.com/Skouat/ext_paypal_donation.git
  • Go tho the project directory and use the proper branch
    cd ext_paypal_donation
    git checkout develop-3.3.x
  • Check that all works as expected (if not check your Client installation).
    crowdin status
  • Get translation language files
    crowdin pull -l {LN} -b {branch_name}
  • Send translation language files
    crowdin push translations -l {LN} -b {branch_name}

Useful commands

# List all available languages code.
crowdin status

# List all available branches
crowdin list branches