> [!tldr] Map of strings in different languages, keyed by the language code
Media[[Wiki]] has their own standard for tabular data, very similar to the [[Data Package (standard)]]. One interesting different I noted was the inclusion of a new [[Data Types|data type]] I'd never heard of called `localized`.
A `localized` data type is a [[Hash Table]] that looks like this:
```json
{
"en": "Peaches",
"es": "Melocotones",
"fr": "Pêches"
}
```
Seems wildly useful in practice.
****
# More
## Source
- https://www.mediawiki.org/wiki/Help:Tabular_data