-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow import XLS and CSV #2243
Comments
The problem of XLS and CSVs are that the structure is unclear. Can you share some example of standard XLS we should support? Thanks for reporting anyway! |
Structure of CSV can be forced to use e.g. ";" as delimiter, or can be set before import. First column contains key, next columns contains translations. First row contains information about languages. Here are samples: |
OK! thanks, this looks doable. :) |
It would be perfect if the upload supoort adding multiple languages at once. Thank you! :) |
+1 Importing multiple languages at once via xls/csv would be great feature. You could f.e. send google doc link to independent translators -> download xls/csv -> import filled doc. By doing so you minimize translators needed background knowledge. |
CSV support is complete and will be released shortly. |
Hello,
option to import XLS and CSV files with multiple languages at time will be very useful. In many cases translators uses Excel to translate repeatable translations, e.g. product names like:
It is much easier to complete hundreds such translations in Excel than in the platform, and now to upload such a file, transformation to JSON is required.
The text was updated successfully, but these errors were encountered: