1. It lets you keep your code as-is: <p>Hello</p> stays like that.
2. It adds almost zero bundle overhead by just putting the messages in arrays: ['Hello']. Accessed by indices, like Protobuf, no keys, and no function-for-each-message.
Bonus: it can optionally auto-translate with Gemini + HMR in different languages during dev!
Feedback always welcome!