chore: update README
This commit is contained in:
parent
6faa48c8f8
commit
8aea965d9b
1 changed files with 16 additions and 15 deletions
31
README.md
31
README.md
|
|
@ -2,23 +2,24 @@
|
||||||
Translated JSON files for known error codes used by the Wii U and 3DS
|
Translated JSON files for known error codes used by the Wii U and 3DS
|
||||||
|
|
||||||
## Path Structure
|
## Path Structure
|
||||||
There are paths: modules and codes. The top level of this repository contains the modules. Inside each module folder are the translation files for the module and folders for each of the module's error codes. Inside each module error code folder are the translation files for the error. Example path structure:
|
There are paths: modules and codes. The `data` folder contains the error code data. The root of the `data` folder contains the modules. Inside each module folder are the translation files for the module and folders for each of the module's error codes. Inside each module error code folder are the translation files for the error. Example path structure:
|
||||||
|
|
||||||
```
|
```
|
||||||
102
|
data
|
||||||
├── en_US.json
|
├── 102
|
||||||
├── 2482
|
│ ├── en_US.json
|
||||||
│ └── en_US.json
|
│ ├── 2482
|
||||||
├── 2483
|
│ │ └── en_US.json
|
||||||
│ └── en_US.json
|
│ ├── 2483
|
||||||
└── etc
|
│ │ └── en_US.json
|
||||||
103
|
│ └── etc
|
||||||
├── en_US.json
|
└── 103
|
||||||
├── 0504
|
├── en_US.json
|
||||||
│ └── en_US.json
|
├── 0504
|
||||||
├── 1101
|
│ └── en_US.json
|
||||||
│ └── en_US.json
|
├── 1101
|
||||||
└── etc
|
│ └── en_US.json
|
||||||
|
└── etc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Translation Files
|
## Translation Files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue