objects icon indicating copy to clipboard operation
objects copied to clipboard

Create package for python scripts

Open tupaschoal opened this issue 5 years ago • 0 comments

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

tupaschoal avatar Jul 20 '20 21:07 tupaschoal