Skip to content
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

Open
webard opened this issue Apr 14, 2024 · 5 comments
Open

Allow import XLS and CSV #2243

webard opened this issue Apr 14, 2024 · 5 comments
Assignees

Comments

@webard
Copy link

webard commented Apr 14, 2024

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:

  • Modern chair Ikea: black, yellow
  • Modern chair Ikea: white, red

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.

@JanCizmar
Copy link
Contributor

JanCizmar commented Apr 15, 2024

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!

@webard
Copy link
Author

webard commented Apr 16, 2024

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:
excel.xlsx
csv.csv

@JanCizmar
Copy link
Contributor

OK! thanks, this looks doable. :)

@webard
Copy link
Author

webard commented Apr 16, 2024

It would be perfect if the upload supoort adding multiple languages at once.

Thank you! :)

@trupu
Copy link

trupu commented Apr 16, 2024

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants