txty-io / texterify

The translation and localization management system.
https://texterify.com
Other
171 stars 14 forks source link

Export as .properties missing file ext. #93

Closed krisrefs closed 2 years ago

krisrefs commented 2 years ago

When exporting my project as properties files, I get the correct amount of files and the content is fine.

It's just missing the file extension, so it's not a .properties file I get out, it's the format "File" because of missing extension.

Testing on docker version - 1.0.7

chrztoph commented 2 years ago

Hey, just add .properties to the file name in your export config. The file extension is not automatically added based on the selected export format.

Let me know if this works for your problem.

krisrefs commented 2 years ago

It works! I just expected it to auto append the file extention as I chose the file format.

But its fine :)

chrztoph commented 2 years ago

Yeah I think it could maybe automatically append a suggested file ending or even provide a good example path scheme that fits the selected file format, but it works for now. 😉

Great it works now. 🙂