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

Multi-Language Support #21

Open
marsiliano opened this issue Sep 16, 2020 · 1 comment
Open

Multi-Language Support #21

marsiliano opened this issue Sep 16, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@marsiliano
Copy link

The export of multiple languages requires a lot of actions on the user sides

If I need to export multiple languages from excel files I need to create multiples copies of the same file, and convert one by one the excel files to ts files.

Suggestion

Instead of using the Translation keyword in the excel files, use directly the language codes (e.g.: en_GB, en_US, fr_FR ....)

Convert Ts to Excel

The same feature could be usefule when importing the multiple ts files to a unique excel files

@guerinoni guerinoni added the enhancement New feature or request label Sep 16, 2020
@joernweissenborn
Copy link

joernweissenborn commented Jul 4, 2021

I think this could be better solved with #53 . If this is implemented you can run a script for every language.

You may have the case that you have one translator for all languages. But normally you have one for each at least in my experience.

It could be just a an option like you simply specify more out files then one for each language with bash/powershell tools. like so:

$ qTsConverter ts-xlsx myfile-[ja,de].ts # convert  file myfile_ja.ts and myfile_de.ts to myfile_XX.xlsx
$ qTsConverter xlsx-ts myfile-[ja,de].xlsx # convert  file myfile_ja.xlsx and myfile_de.xlsx to myfile_XX.ts

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

No branches or pull requests

3 participants