TranslatedString Data Type

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.

Implemented Interfaces
I18NString, Serializable
Properties
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" : "..."
  } ]
}