blinkk / rootjs

Root.js – A full-featured web development tool with a built-in CMS.
https://rootjs.dev
MIT License
5 stars 0 forks source link

Translations fallback system #377

Open stevenle opened 1 month ago

stevenle commented 1 month ago

Description

There should be some translations fallback system so that strings can naturally inherit translations from other locales.

E.g. for sites enabled with en_AU, en_CA, en_GB, etc. you may want to have en_CA fallback to en_GB if the en_CA translation doesn't exist.