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

Add support to download multiple files modified after timestamp #55

Open
mikuam opened this issue Dec 15, 2021 · 2 comments
Open

Add support to download multiple files modified after timestamp #55

mikuam opened this issue Dec 15, 2021 · 2 comments

Comments

@mikuam
Copy link

mikuam commented Dec 15, 2021

Hi,
I'm moving translations for a big project to OneSky UI and it contains 6000+ files in 4 languages. I'd like to manage my translations in OneSky and automate updating those in my project. To achieve that I need to download all the translation files that were modified i.e. within the last day or last week. This option would significantly decrease the number of requests I need to do to export my translations and put them into my project.

What I need:

solution 1:

  • filter files by modification date

solution 2:

  • export files filtered by modification date

extra:

  • export multiple files at once compressed into a ZIP archive
@wartingep
Copy link

+1
Looking for the zip file with all translations. syncing files takes forever and often results in a 400 error. Is the API rate limited?

@mikuam
Copy link
Author

mikuam commented Sep 19, 2022

@wartingep, my solution to this problem was to merge all the translation files into one with unique keys, per project. Now I have just a few big files, but uploading and downloading files take minutes instead of an eternity.

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

2 participants