mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-07 14:39:08 +01:00
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
Block a user