Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to download pseudotranslations #98

Closed
capncodewash opened this issue Jan 7, 2019 · 2 comments · Fixed by #316
Closed

Option to download pseudotranslations #98

capncodewash opened this issue Jan 7, 2019 · 2 comments · Fixed by #316

Comments

@capncodewash
Copy link

It would be really useful to be able to be able to download pseudotranslations through this CLI tool.

I think there is already support in the API:
https://support.crowdin.com/api/pseudo-export/
https://support.crowdin.com/api/pseudo-download/

Thanks!

Graeme

@Andrulko
Copy link
Contributor

Andrulko commented Jan 7, 2019

Graeme,

Thanks for raising an issue too 👍 Already shared the feedback, much appreciated!

@andrii-bodnar
Copy link
Member

More about pseudolocalization: KB article

API - Build Project Translation TranslationCreateProjectPseudoBuildForm


Command:

crowdin download --pseudo

Configuration (crowdin.yml):

"pseudo_localization": {
  "length_correction": "",
  "prefix": "",
  "suffix": "",
  "character_transformation": ""
}

length_correction - int range -50 - 100
prefix - string
suffix - string
character_transformation - enum "asian", "cyrillic", "european", "arabic"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants