i18n and l10n via export-import of app as script

i18n and l10n via export-import of app as script

Zoho Creator does not provide any kind of i18n or l10n facilities. However, the applications can be fairly easily made translatable.
  1. mark all visible labels in the app with a prefix to mark them as message ids
  2. export the app as script
  3. extract the message ids
  4. translate them
  5. (re)generate a new translated app using the app script file and the translations
  6. (re)import the app script back to Zoho Creator
Thoughts? Is this proposed or described already somewhere?