MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / responseLanguage

Function responseLanguage

deployments/desktop/static/desktop.js:1700–1702  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1698 }
1699
1700 function responseLanguage() {
1701 return state.locale === "en" ? "en" : "zh";
1702 }
1703
1704 async function runAction(action, busyText = ui().status.busy, options = {}) {
1705 const actionButton = options.button || state.lastActionButton;

Callers 7

demoApiFunction · 0.85
submitFeedbackFunction · 0.85
reportContextLabelsFunction · 0.85
deleteReportCardFunction · 0.85
directReadFunction · 0.85
syncGithubNotesFunction · 0.85
askWikiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected