mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
Chore: Add remaining server translation keys (#3684)
This commit is contained in:
parent
98b93c887a
commit
2267655e99
8 changed files with 91 additions and 36 deletions
|
@ -55,7 +55,11 @@ module.exports.generalSocketHandler = (socket, server) => {
|
|||
testChrome(executable).then((version) => {
|
||||
callback({
|
||||
ok: true,
|
||||
msg: "Found Chromium/Chrome. Version: " + version,
|
||||
msg: {
|
||||
key: "foundChromiumVersion",
|
||||
values: [ version ],
|
||||
},
|
||||
msgi18n: true,
|
||||
});
|
||||
}).catch((e) => {
|
||||
callback({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue