in latvian!!!!

This commit is contained in:
2025-06-23 15:53:06 +03:00
parent 2afeeb829e
commit aced665fbe
13 changed files with 45 additions and 32 deletions

View File

@@ -30,8 +30,8 @@ try {
const url = await UploadToEZ(readFileSync(filePath));
$`echo "${url}" | wl-copy -n`.nothrow().catch(a => { });
$`notify-send "Screenshot" "Uploaded to e-z.host in ${Date.now() - start}ms, URL copied to clipboard"`.nothrow().catch(a => { });
$`notify-send "Ekrānuzņēmums" "Augšuplādēts e-z.host ${Date.now() - start}ms"`.nothrow().catch(a => { });
} catch (e_) {
$`notify-send "Screenshot" "${`${e_}`}"`.nothrow().catch(a => { });
$`notify-send "Kļūda" "${`${e_}`}"`.nothrow().catch(a => { });
}