-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Can the path in the first column be changed to be relative?
For example, it currently writes the full path:
C:\dev_files\project_A\i18n\filename-{locale}.properties
I edited the Excel file to remove the base directory, ending up with:
i18n\filename-{locale}.properties
Seemed to work fine on writeProperties. I don't know if the writeProperties
uses the full path, but this would help team members take a file that was
created on another computer and write the properties in their environment.
Thanks,
Jeff
Original issue reported on code.google.com by jhedl...@fxbridge.com on 4 Nov 2014 at 3:41
Reactions are currently unavailable