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
krishna23krishna23 

While I am importing .stf file using translation workbench getting error [There were issues with import of file: Bilingual_fr_2017-10-04 1125.stf [Bilingual file section starts with non header row: CustomField.Account.Active.FieldLabel Active activo -]]

# Language: Spanish
Language code: es
Type: Bilingual

# KEY    LABEL    TRANSLATION    OUT OF DATE

CustomField.Account.Active.FieldLabel    Active    activo    -
CustomField.Account.age.FieldLabel    age    años    -
PicklistValue.Standard.accountRating.Cold    Cold    frío    -
PicklistValue.Standard.accountRating.Hot    Hot    Caliente    -
PicklistValue.Standard.accountRating.Warm    Warm    calentar    -
PicklistValue.Standard.industry.Banking    Banking    Bancario    -
PicklistValue.Standard.leadSource.Other    Other    ewrqre    -
PicklistValue.Standard.leadSource.Partner Referral    Partner Referral    fdsfjkdhfjk    -
PicklistValue.Standard.leadSource.Phone Inquiry    Phone Inquiry    consulta por teléfono    -
ValidationFormula.Account.amount    AnnualRevenue must be below 100    anual debe ser inferior a 100    -
Bart Van DorenBart Van Doren
When we load translations, we only use Key and Label field. For instance
# Language: Dutch
Language code: nl_NL
Type: Bilingual

------------------UNTRANSLATED-----------------

# KEY    LABEL

CustomLabel.CP_Achievement_Xtime    Achieved for the %d Time

Also, although I expect this is indeed the case, not that the spaces in between should be tabs, since the process is tab delimited.
Let me know should this not work.
 
krishna23krishna23
Thanks Doren ....I want to know the steps to export and import.what are columns we need take from export file and where can change language column.Could you provide sample import and export files