feat(i18n): force Spanish as the only language across all tenants
- i18n.js now locks currentLang to 'es' and overwrites pos_lang in localStorage. - Disabled setLang language switching. - Removed ES/EN toggle from sidebar. - Bumped i18n.js and sidebar.js cache version on all templates.
This commit is contained in:
@@ -613,7 +613,7 @@
|
||||
<!-- ================================================================
|
||||
JAVASCRIPT
|
||||
================================================================ -->
|
||||
<script src="/pos/static/js/i18n.js" defer></script>
|
||||
<script src="/pos/static/js/i18n.js?v=36" defer></script>
|
||||
<script src="/pos/static/js/kiosk.js" defer></script>
|
||||
<script src="/pos/static/js/pos-utils.js?v=33" defer></script>
|
||||
<script src="/pos/static/js/app-init.js" defer></script>
|
||||
|
||||
Reference in New Issue
Block a user