This is for translated strings for which translations are read from OSM or GTFS alerts. This can be translated street names, GTFS alerts and notes.
| name | data type | description |
|---|---|---|
| languages | array of string | The available languages |
| translations | array of EntryOfStringAndString | The available translations |
Example
{
"languages" : [ "...", "..." ],
"translations" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ]
}