fix internationalisation update
This commit is contained in:
parent
c18430f486
commit
71b9a4d69c
|
@ -621,7 +621,7 @@ update.mod['7.4.0'] = function(data) {
|
|||
|
||||
update.mod['7.5.0'] = function(data) {
|
||||
|
||||
data.state.language = { system: true, selected: 'en_GB' };
|
||||
data.state.language = 'system';
|
||||
|
||||
return data;
|
||||
|
||||
|
@ -648,4 +648,4 @@ update.run = (data) => {
|
|||
|
||||
};
|
||||
|
||||
export { update };
|
||||
export { update };
|
||||
|
|
Loading…
Reference in New Issue