aboutsummaryrefslogtreecommitdiff
path: root/ext/js/language/text-utilities.js
Commit message (Collapse)AuthorAge
* "isJapanese" check move (#730)toasted-nutbread2024-02-25
* Move isStringPartiallyJapanese out of ClipboardMonitor * Create isStringPartiallyJapanese function * Add textMayBeTranslatable * Rename API function * Rename internal function * Add helper * Update translatable check * Pass language to TextScanner * Pass language explicitly * Use textMayBeTranslatable * No redundant translatable check * Update eslint * Remove double newline * Collapse * Rename