zarf
zarf copied to clipboard
Add language file support for Zarf
Current State
There is different language formats used throughout the application. The inconsistency and lack of pattern makes it difficult for new contributed to know how to write error messages.
Desired Solution
For improving the UX experience, the design is interested in reviewing and offering feedback on language and messaging within the application. This would also help support adding languages in the future as well.
Once we build in support to get our strings from a central source we could also look into a project like https://www.transifex.com/. (found them from trawling around the Neverball source https://github.com/Neverball)
Linking this here since it is somewhat related (but could be fixed before this story) https://github.com/defenseunicorns/zarf/issues/923
Also: https://github.com/defenseunicorns/zarf/issues/926
Related to #926: (copy/pasting from Slack). We need some streamlined docs around deploying onto an already provisioned cluster. It took me way too long to find the bit in the docs about needing the correct arch for the Init package. I was stuck for a bit with the error below (I had just run zarf init )
(copy/pasting from Slack) I'd like to see more helpful error messages during package creation. I got this one when attempting to build the Big Bang package. Turns out I wasn't logged into registry1. It didn't take long to figure out, but in the spirit of "don't make me think", it'd be nice to have an error msg that indicated so