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

Create package for python scripts #120

Open
tupaschoal opened this issue Jul 20, 2020 · 0 comments
Open

Create package for python scripts #120

tupaschoal opened this issue Jul 20, 2020 · 0 comments

Comments

@tupaschoal
Copy link
Member

There are currently 3 python scripts for translation handling in this repository:

  • language_clean_patch.py
  • language_dump.py
  • language_load.py

All of them relate to dumping or loading translations from and to objects, and thus have some common code, such as the supported languages.

Ideally they should be packaged together, so we can extract bits of code to reuse in all of them and also so that their coupling can be evident

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

No branches or pull requests

1 participant