Skip to content

Commit

Permalink
Update translations cache
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 22, 2023
1 parent 3078eba commit 4b19816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/react.app.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default function (dispatch, getState) {

i18n.init({
backend: {
loadPath: paramsInit['base_url']+'{{lng}}/widgetrestapi/lang/{{ns}}?v=7'+(""+date.getFullYear() + date.getMonth() + date.getDate())
loadPath: paramsInit['base_url']+'{{lng}}/widgetrestapi/lang/{{ns}}?v=8'+(""+date.getFullYear() + date.getMonth() + date.getDate())
},
lng: ((paramsInit['lang'] && paramsInit['lang'] != '') ? paramsInit['lang'].replace('/','') : 'eng'),
fallbackLng: 'eng',
Expand Down

0 comments on commit 4b19816

Please sign in to comment.