This repository has been archived on 2024-06-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
NitroPlusTranslator/src/app/consts.ts

5 lines
101 B
TypeScript

export enum LocalStorageKeys {
TRANSLATIONS = 'translations',
ORIGINAL_FILE = 'original_file',
}