diff options
| author | 2020-03-17 23:28:47 +0000 | |
|---|---|---|
| committer | 2020-03-17 23:28:47 +0000 | |
| commit | bfd7bfd739968af5b7bad17134783deedd424f1f (patch) | |
| tree | a9dc7906c88c1c8c40c98f0f97632cd7dd269e25 /src/main/resources/lang | |
| parent | Fix documenting constructors (#201) (diff) | |
| download | enigma-bfd7bfd739968af5b7bad17134783deedd424f1f.tar.gz enigma-bfd7bfd739968af5b7bad17134783deedd424f1f.tar.xz enigma-bfd7bfd739968af5b7bad17134783deedd424f1f.zip | |
Add support for reading/writing zipped mappings (#199)
* Add support to read/write Enigma mappings from ZIP
Takes any path which points to a ZIP as wanting to be read/written as a ZIP
Paths from an existing ZIP file system will be correctly handled as directories
* Fix deleting a path needing to be from the default file system
* Allow calling MapSpecializedMethodsCommand directly
* Fix indentation
* Missing static
Diffstat (limited to 'src/main/resources/lang')
| -rw-r--r-- | src/main/resources/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json index 8cd5823f..dbba1983 100644 --- a/src/main/resources/lang/en_us.json +++ b/src/main/resources/lang/en_us.json | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | "mapping_format.enigma_file": "Enigma File", | 4 | "mapping_format.enigma_file": "Enigma File", |
| 5 | "mapping_format.enigma_directory": "Enigma Directory", | 5 | "mapping_format.enigma_directory": "Enigma Directory", |
| 6 | "mapping_format.enigma_zip": "Enigma ZIP", | ||
| 6 | "mapping_format.tiny_v2": "Tiny v2", | 7 | "mapping_format.tiny_v2": "Tiny v2", |
| 7 | "mapping_format.tiny_file": "Tiny File", | 8 | "mapping_format.tiny_file": "Tiny File", |
| 8 | "mapping_format.srg_file": "SRG File", | 9 | "mapping_format.srg_file": "SRG File", |