openhab-webui
openhab-webui copied to clipboard
[Main UI] How to organize i18n source files?
To be able to internationalize the new ui all text should be put into the i18n directory (obviously). I want to create some of this. My question is. What is the best way to organize this? A js file per module? or 1 file? and what naming conventions for the keys should be used?
Regarding empty-states.json
. In the empty-state-placeholder.vue
it says TODO: i18n
. Is that still relevant?