Documentation
¶
Index ¶
Constants ¶
View Source
const ( // LocalesURI is the resource URI for the locale inventory. LocalesURI = "i18n://locales" // DiffURI is the resource URI for the latest diff analysis. DiffURI = "i18n://analysis/diff" // UsageURI is the resource URI for the latest usage analysis. UsageURI = "i18n://analysis/usage" // DeadKeysURI is the resource URI for the latest dead-key analysis. DeadKeysURI = "i18n://analysis/dead-keys" // LatestPlanURI is the resource URI for the latest translation plan. LatestPlanURI = "i18n://translation/plan/latest" // LatestReportURI is the resource URI for the latest audit report. LatestReportURI = "i18n://reports/latest" )
Variables ¶
This section is empty.
Functions ¶
func IsSubscribableURI ¶ added in v0.14.0
IsSubscribableURI reports whether rawURI identifies a registered i18n resource.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.