ios-l10n-scripts icon indicating copy to clipboard operation
ios-l10n-scripts copied to clipboard

Potential re-write of scripts

Open devinreams opened this issue 6 years ago • 0 comments

Considerations from @joeyg as he recently worked on changes to support Lockwise iOS app:

  1. Covert all scripts to use one language. Export script is a bash that calls a python script. The Firefox iOS import script is bash that calls 4python scripts. The Focus import script is in Go.

  2. If the above language is python then the scripts need to be upgraded from py2.7 to py3.

  3. Remove hard coded list. The import scripts include a hard coded list of targets and files that need to be localized.

  4. Add tests

  5. Document the process of using the scripts for a new project.

devinreams avatar Jun 14 '19 17:06 devinreams