Static assets, localization, and speech #92
zytegalaxy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
High level idea:
Separate all text in Ubo app into .po (portable object) files. This can help with translation and localization of the app. We can use these files to generate speech files during build time. We can cache previously generated speech files on GitHub runner to prevent unnecessary API calls to TTS engines.
Related issue: #85
Beta Was this translation helpful? Give feedback.
All reactions