Skip to content

Instantly share code, notes, and snippets.

@schatekar
Created April 29, 2016 09:27
Show Gist options
  • Save schatekar/7f7d468c4c92e95ca84ec343268e6040 to your computer and use it in GitHub Desktop.
Save schatekar/7f7d468c4c92e95ca84ec343268e6040 to your computer and use it in GitHub Desktop.
{
"locale": "string",
"displayTexts": {
"concourse": "On {concourse}",
"airside": "string",
"landside": "string",
"beforeSecurity": "string",
"afterSecurity": "string",
"beforeImmigration": "string",
"afterImmigration": "string",
"floorLevel": "On {floorLevel}",
"nearestGate": "Near gate {nearestGate}",
"schengen": "string",
"nonSchengen": "string",
"optionalCommentary": "{optionalCommentary}"
},
"displayTextOrder": [
"CONCOURSE",
"AIRSIDE",
"LANDSIDE",
"BEFORE_SECURITY",
"AFTER_SECURITY",
"BEFORE_IMMIGRATION",
"AFTER_IMMIGRATION",
"FLOOR_LEVEL",
"NEAREST_GATE",
"SCHENGEN",
"NON_SCHENGEN",
"OPTIONAL_COMMENTARY"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment