Can you share the same language file in both the shop and admin?
Posted: Thu Feb 12, 2026 4:53 pm
I have some duplicate language definitions in both:
/includes/languages/english.php
and
/admin/includes/languages/english.php
If I want to edit these, there is a non-zero chance that I will edit one and not the other. Is there a way that these language definitions could be shared in a single file across both the shop and admin?
(Yes, they could be added in the configurations table in the database, but doesn't that become more difficult if the store in multi-lingual?)
TIA
/includes/languages/english.php
and
/admin/includes/languages/english.php
If I want to edit these, there is a non-zero chance that I will edit one and not the other. Is there a way that these language definitions could be shared in a single file across both the shop and admin?
(Yes, they could be added in the configurations table in the database, but doesn't that become more difficult if the store in multi-lingual?)
TIA