Translation
data class Translation(val tableName: String, val fieldName: String, val language: String, val translation: String, val recordId: String? = null, val recordSubId: String? = null, val fieldValue: String? = null)
See https://developers.google.com/transit/gtfs/reference#translationstxt
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
language as Java Locale
Link copied to clipboard
Link copied to clipboard