Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
locals/ar.json and locals/en.json, you can access locals with a key to print the value.
{
"home_title": "الصفحة الرئيسية",
"products": "المنتجات"
}<h1>{{ locals.home_title }}</h1>