Need to improve how to specify extractable parts in JSON file
Created by: Anonymous
Original issue 359 created by victor.jeanm... on 2013-08-14T14:39:10.000Z:
- Drag and Drop a JSON file
- Select "Translation Kit Creation"
- Choose "Generic XLIFF" and "Execute"
Here a sample
"description":"Localized strings in English",
"keys":{
"INDX_WELCOME":{
"value":"Welcome"
},
"INDX_LOGOUT":{
"value":"Logout"
}
The XLIFF is like:
Localized strings in English Chaînes localisées en français Welcome Bienvenue Logout Déconnexionbut it should be
Localized strings in English Chaînes localisées en français Welcome Bienvenue Logout DéconnexionThe 2 last "resname" should not be "value".