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

Space before semi-colon incrowdin.yml #610

Closed
mrleblanc101 opened this issue Jul 5, 2023 · 1 comment
Closed

Space before semi-colon incrowdin.yml #610

mrleblanc101 opened this issue Jul 5, 2023 · 1 comment
Labels

Comments

@mrleblanc101
Copy link

mrleblanc101 commented Jul 5, 2023

Describe the bug
Sometime there is a space before the semi-colon, sometime there is not.

#
# Your Crowdin credentials
#
"project_id" : "" # Space before colon
"api_token" : "" # Space before colon
"base_path" : "" # Space before colon
"base_url" : "" # Space before colon
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true # No space before colon

To Reproduce
Steps to reproduce the behavior:

  1. Execute crowdin init

Expected behavior
The spacing should be consistant.
I suggest removing the space between the key and the semi-colon, but keeping the space after the semi-colon.

Environment:

  • OS: macOS
  • Version 13.4.0
#
# Your Crowdin credentials
#
- "project_id" : ""
- "api_token" : ""
- "base_path" : ""
- "base_url" : ""
+ "project_id": ""
+ "api_token": ""
+ "base_path": ""
+ "base_url": ""
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
@mrleblanc101 mrleblanc101 changed the title Inconsistant spacing in crowdin.yml after crowdin init Space before semi-colon incrowdin.yml Jul 5, 2023
@andrii-bodnar
Copy link
Member

Hi @mrleblanc101, this has been fixed in version 3.12.0 in PR #584. Please update the CLI to the latest version

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

No branches or pull requests

2 participants