add support for language and region tags in documentation

This commit is contained in:
zurdi
2025-12-30 17:04:30 +00:00
parent 258963e494
commit 5098e3051a
+12
View File
@@ -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>