fix internationalisation update

This commit is contained in:
Kuldeep M 2022-01-21 10:16:09 +00:00 committed by GitHub
parent c18430f486
commit 71b9a4d69c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 };