Issue with CLI tool | Files are not pushed

My configuration file is:

"project_id" : "secret"
"api_token" : "secret"

"preserve_hierarchy": true

files: [
 {
  "source" : "/en/**/*.html",
  "translation" : "/%locale%/**/%file_name%.html",
  "excluded_target_languages": [
    "ar",
    "uk",
    "fr",
    "de",
    "it",
    "pt",
    "es"
    "tr"
    ]
 }
]

Every time I trigger crowdin push, there is an error… What did I miss?

Well, it seems you’ve simply missed a comma after “es” :grimacing: All the rest looks ok!

1 Like