voorhoede / head-start

Base setup on top of headless services to help you quickly start a new website
ISC License
3 stars 0 forks source link

Log warning for missing translation #129

Closed jbmoelker closed 4 weeks ago

jbmoelker commented 5 months ago

If there is no translation available for a given translation key the t function from lib/i18n.ts will return an empty string ''. Some translations may be used for visually hidden content like aria-labels, where it will be extra difficult to detect missing translations. Therefore it would be a good enhancement to log a warning for missing translations.