Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ tr
Function
tr
public/js/trashRestoreDelete.js:45–49 ·
view source on GitHub ↗
(key, fallback)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
tr(key, fallback) {
46
const
translated = t(key);
47
if
(!translated || translated === key)
return
fallback;
48
return
translated;
49
}
50
51
function
getModalElements() {
52
return
{
Callers
7
updateTrashSourceHint
Function · 0.85
buildTrashRow
Function · 0.85
renderTrashList
Function · 0.85
deleteAllTrashItems
Function · 0.85
confirmEmptyRecycleBin
Function · 0.85
setupTrashRestoreDelete
Function · 0.85
loadTrashItems
Function · 0.85
Calls
1
t
Function · 0.85
Tested by
no test coverage detected