diff options
| author | 2024-08-27 16:22:02 +0200 | |
|---|---|---|
| committer | 2024-08-27 15:22:02 +0100 | |
| commit | c2ce8897a5ebe3b74d3995d4ccc4c0c277e44247 (patch) | |
| tree | 4dab9e6ad486ffee4576f61b3199e1da6dec6dad /enigma/src/main/resources | |
| parent | Bump version (diff) | |
| download | enigma-fork-c2ce8897a5ebe3b74d3995d4ccc4c0c277e44247.tar.gz enigma-fork-c2ce8897a5ebe3b74d3995d4ccc4c0c277e44247.tar.xz enigma-fork-c2ce8897a5ebe3b74d3995d4ccc4c0c277e44247.zip | |
Update to Mapping-IO 0.6 (#547)
* Update to Mapping-IO 0.6
* Make `legacy` suffix translatable
* Only respect `use_mappingio=false` when Enigma has an alternative reader/writer
Diffstat (limited to 'enigma/src/main/resources')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index 4222814..b939e55 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -4,11 +4,19 @@ | |||
| 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.enigma_zip": "Enigma ZIP", |
| 7 | "mapping_format.tiny_v2": "Tiny v2", | 7 | "mapping_format.tiny_v2": "Tiny v2 File", |
| 8 | "mapping_format.tiny_file": "Tiny File", | 8 | "mapping_format.tiny_file": "Tiny File", |
| 9 | "mapping_format.srg_file": "SRG File", | 9 | "mapping_format.srg_file": "SRG File", |
| 10 | "mapping_format.proguard": "Proguard", | 10 | "mapping_format.xsrg_file": "XSRG File", |
| 11 | "mapping_format.recaf": "Recaf", | 11 | "mapping_format.jam_file": "JAM File", |
| 12 | "mapping_format.csrg_file": "CSRG File", | ||
| 13 | "mapping_format.tsrg_file": "TSRG File", | ||
| 14 | "mapping_format.tsrg_2_file": "TSRG v2 File", | ||
| 15 | "mapping_format.proguard": "ProGuard File", | ||
| 16 | "mapping_format.recaf": "Recaf Simple File", | ||
| 17 | "mapping_format.jobf_file": "JOBF File", | ||
| 18 | "legacy": "legacy", | ||
| 19 | |||
| 12 | "type.methods": "Methods", | 20 | "type.methods": "Methods", |
| 13 | "type.fields": "Fields", | 21 | "type.fields": "Fields", |
| 14 | "type.parameters": "Parameters", | 22 | "type.parameters": "Parameters", |