Hi everyone,
I’m building a multilingual site in Grav CMS with 7 languages. One section of the site displays information about statuettes, and each item has shared properties (e.g., size, price, availability) as well as descriptions and names that are specific to each language.
Currently, I keep all data in separate language files, but this creates a lot of duplication. For example, changing the price requires updating all 7 files. I’d like to centralize shared data while keeping descriptions and names in the language files.
Has anyone implemented something similar or found a best practice for this type of setup?
Thanks in advance! 😊