View Single Post
Old 06-17-2014, 12:02 PM   #1
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default Exported Regions with another Reaper LangPack are impossible to re-import (FIXED)

Hi !

There is a bug about how the export region (as CSV) action with non-english-default Reaper Configuration.

The thing is that english Reaper region CSV export looks like this :
Code:
#,Name,Start,End,Length
R1,regionName1,1.3.00,3.2.00,1.3.00
R2,regionName2,3.3.00,5.1.00,1.2.00
but with localizated config :
Code:
#,Nom,Début,Fin,Longueur
R1,regionName1,1.3.00,3.2.00,1.3.00
R2,regionName2,3.3.00,5.1.00,1.2.00
Because the first line is translated, there is a import/error message who look like this :


It tell us that the CSV file missed :
Code:
#,Name,Start,End,Length
Desired Solution :
Make export from localizated Reaper without translating the first line.

Temporary Solution (for non en_us Reaper users) :
  • Set Reaper with default language before your region export
Or
  • Replace the first line fo your CSV file

Thanks for listening !

bug report here
Attached Images
File Type: png errorExportRegionsLang.png (13.8 KB, 709 views)
X-Raym is offline   Reply With Quote