mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-14 01:55:58 -07:00
5 lines
309 B
TypeScript
5 lines
309 B
TypeScript
// Title prefix of the dictionaries SubMiner generates per media. Lives on its
|
|
// own because both the main process and the injected scan runtime match on it,
|
|
// and the injected fragments interpolate it into their own source.
|
|
export const CHARACTER_DICTIONARY_TITLE_PREFIX = 'SubMiner Character Dictionary';
|