0e0e395b9e
* Docs: add zh-CN entrypoint translations * Docs: harden docs-i18n parsing
12 lines
165 B
Go
12 lines
165 B
Go
package main
|
|
|
|
type Segment struct {
|
|
Start int
|
|
Stop int
|
|
Text string
|
|
TextHash string
|
|
SegmentID string
|
|
Translated string
|
|
CacheKey string
|
|
}
|