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

Export untranslated keys #90

Open
Nonouf opened this issue Dec 15, 2021 · 3 comments
Open

Export untranslated keys #90

Nonouf opened this issue Dec 15, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@Nonouf
Copy link

Nonouf commented Dec 15, 2021

It'd be great to be able to easily export untranslated keys and their respecting values, because unfortunately not every companies have people using the tools.

For example we use Texterify only within our development team to manage and synchronize our strings. When we need translations, we have to send a excel file to another team (yeah I know, very old school), who sends that back translated. We have a project in French and Dutch. We most of the time got our strings in French, which we need to send for translation in NL. Exporting untranslated keys in csv or json would be very helpful when we have a lot of strings to translate.

@chrztoph
Copy link
Member

Hey,

I really like that idea. Maybe just make it a simple checkbox that says "Only export untranslated keys". What about context for the translators if they are not on Texterify. They should still get all keys for the default languages I guess? What do you think about that?

@Nonouf
Copy link
Author

Nonouf commented Dec 15, 2021

Yes, it could be a simple button or even an export config if you want to keep the same export system you already have. Just a guess, but using the export config would mean you could easily integrate it within the API without any extra work ;)

Yes I think every existing data would be important. For example, for each key we should be able to get :

  • Key
  • Description
  • String in the default language

Not sure it'd be useful to return the other languages as well. Most of the time you have the string in the default language, then you ask for all the translations you need.

Finally, I wonder if it'd be useful to have overwrites as well in there. Not sure. I don't have a real-life use case.

What's you thoughts ?

@chrztoph chrztoph added the enhancement New feature or request label Dec 16, 2021
@chrztoph
Copy link
Member

Yeah sounds good. Added it to our roadmap. 🙂

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

2 participants