mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
add support for language and region tags in documentation
This commit is contained in:
@@ -171,6 +171,10 @@ Games can be tagged with region, revision, or other tags by using parentheses in
|
||||
|
||||
Tags can be used to search for games in the search bar. For example, searching for `(USA)` will return all games with the USA tag.
|
||||
|
||||
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px;">
|
||||
|
||||
<div>
|
||||
|
||||
#### Supported Languages
|
||||
|
||||
The following language tags are recognized by RomM:
|
||||
@@ -198,6 +202,10 @@ The following language tags are recognized by RomM:
|
||||
| Zh | Chinese |
|
||||
| nolang | No Language |
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
#### Supported Regions
|
||||
|
||||
The following region tags are recognized by RomM:
|
||||
@@ -231,3 +239,7 @@ The following region tags are recognized by RomM:
|
||||
| UNK | Unknown |
|
||||
| UNL | Unlicensed |
|
||||
| W | World |
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user