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

Different format support for one file export #24

Closed
OO00O0O opened this issue Apr 13, 2015 · 14 comments
Closed

Different format support for one file export #24

OO00O0O opened this issue Apr 13, 2015 · 14 comments

Comments

@OO00O0O
Copy link

OO00O0O commented Apr 13, 2015

Add format selection to translation export for one file.
Currently there are none. You can download file only in default format you have uploaded.

@rubyluk
Copy link
Contributor

rubyluk commented Apr 14, 2015

Hi thank you for the suggestion.

May I know any particular format conversions you need when using OneSky?
Would it be a one-off conversion or a constant difference on file formats between your imported files and translation files?

@OO00O0O
Copy link
Author

OO00O0O commented Apr 15, 2015

Constant diff. PHP <-> JSON(node.js applications) would be nice and PHP<-> YAML(symfony2).

@QuadRatNewBy
Copy link
Contributor

Just adding my two cents.
Every file looks like "Key-Value Pair" (At least those that I've saw). So I think it would be great to have ability to download translation in simplest format - 'key' = 'value' (Similar to INI or TEXT_INI formats).
Having this in hands one can easily write their own custom converter (even to 'non-onesky' formats).

@vanniktech
Copy link

+1 what's the status for this one, currently I can only download the files in the format of iOS (since it's the default one for the project). I want to be able to download them in the Android format (XML) though.

@mickaelbeaudry
Copy link

+1 on @vanniktech's comment, same here

@TriPhoenix
Copy link

I'd like to +1 this issue as well; in our specific case the original data is an xlsx file while we need an iOS .strings export; Unfortunately I cannot even download them as .xlsx right now as those are supposedly not downloadable through the API (error message).

@FranzBusch
Copy link

+1 same here

@ab9-er
Copy link

ab9-er commented Oct 16, 2017

Facing the same issue, guess it is still open after 2 years without any resolution. Any updates @rubyluk ?

@timothycosta
Copy link

Same issue. We would like to share strings between ios and android, but can only download .strings via the API.

@marijnvandevoorde
Copy link

+1 here. simply because I18NEXT_HIERARCHICAL_JSON does not fill out fallbacks (contrary to documentation), so I want to export using that instead of the default HIERARCHICAL_JSON.

The closest I can get today is export to I18NEXT_MULTILINGUAL_JSON, which will not fill out fallbacks (we want to do fallbacks ourselves because we don't want to fallback straight from fr-FR -> base language, instead, we want to go from fr-FR to fr to en to base) and then split up. That's not working well for us.

@marijnvandevoorde
Copy link

By the way, this is a duplicate of #7

@mtter
Copy link

mtter commented May 28, 2018

Same/similar problem here: File format (.csv (Comma Separated Values)) is not downloadable through API

@bendiknesbo
Copy link

How can this not have been added yet?
Please add format, similar to the "format" parameter in the Classic API's "/string/download"

@oleghnidets
Copy link

oleghnidets commented Jul 27, 2020

Hi guys,
Any updates on this? It would be great feature. It stops us from using API.

@OO00O0O OO00O0O closed this as completed Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests