function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ivo Rocha 19Ivo Rocha 19 

Unable to retrieve/deploy Translations

Retrieving Translations via ANT (or WorkBench) is throwing an error:  "Metadata API received improper input. Please ensure file name and capitalization is correct. Load of metadata from db failed for metadata of type:T  ranslations and file name:01h240000008P8f" 
This seems to be failing only on orgs where Winter 18 is already available.
Deploying translations files are also failing.

Below the package.xml:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
       <members>*</members>
       <name>CustomLabels</name>
    </types>
    <types>
       <members>*</members>
        <name>Translations</name>
    </types>
    <version>40.0</version>
</Package>
Ivo Rocha 19Ivo Rocha 19
It seems it's working again now. Didn't change anything on my side.