penguin/golifehk

@golifehk bot in Telegram

i18n/messages.go

raw ยท 679 bytes

package i18n

const (
	DS_KMB_ETA_DEPARTED     Key = "DS.KMB.ETA.DEPARTED"
	DS_KMB_NEAREST_STOPS    Key = "DS.KMB.NEAREST_STOPS"
	DS_KMB_NO_NEAREST_STOPS Key = "DS.KMB.NO_NEAREST_STOPS"
	DS_KMB_NO_SCHEDULES     Key = "DS.KMB.NO_SCHEDULES"
	DS_MTR_NEAREST_STOPS    Key = "DS.MTR.NEAREST_STOPS"
	DS_MTR_NO_NEAREST_STOPS Key = "DS.MTR.NO_NEAREST_STOPS"
	DS_MTR_NO_SCHEDULES     Key = "DS.MTR.NO_SCHEDULES"
	NO_RESULTS              Key = "NO_RESULTS"
	TG_MESG_TOO_LONG        Key = "TG.MESSAGE_TOO_LONG"
	UNITS_MINUTE            Key = "UNITS.MINUTE"
	UNITS_KM                Key = "UNITS.KM"
	UNITS_METER             Key = "UNITS.METER"
	UNITS_MILE              Key = "UNITS.MILE"
)