feat: saving original file

This commit is contained in:
2024-06-09 00:26:19 +03:00
parent 2374bfe0d3
commit 396ee9ab77
5 changed files with 28 additions and 5 deletions

4
src/app/consts.ts Normal file
View File

@@ -0,0 +1,4 @@
export enum LocalStorageKeys {
TRANSLATIONS = 'translations',
ORIGINAL_FILE = 'original_file',
}