Omitted translations with unclear reason #609
Answered
by
andrii-bodnar
alpha-khambir
asked this question in
Q&A
-
Hello 👋 I try to configure fetching translations, but there is an error:
My crowdin.yml:
My paths: What am I doing wrong? @andrii-bodnar may you help? |
Beta Was this translation helpful? Give feedback.
Answered by
andrii-bodnar
Jun 29, 2023
Replies: 1 comment
-
Hi @alpha-khambir, please try to specify a Languages Mapping for the Spanish language: "project_id": "---"
"api_token": "---"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/Foo/Resources/en.lproj/Localizable.strings",
"translation": "/Foo/Resources/%osx_code%/%original_file_name%",
"languages_mapping": {
"osx_code": {
"es-ES": "es.lproj"
}
}
}
] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrii-bodnar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @alpha-khambir,
please try to specify a Languages Mapping for the Spanish language: