Documentation
¶
Index ¶
- Constants
- Variables
- func ExpressPreSession(app *fiber.App, uiAssets embed.FS)
- func IsValid(langcode string) bool
- type AttributeContainer
- type Hook
- func (h *Hook) DequeueHook(key, id string)
- func (h *Hook) EnqueueGetLineHtmlForExportHook(ctx func(ctx any))
- func (h *Hook) EnqueueGetPluginTranslationHooks(cb func(ctx *events.LocaleLoadContext))
- func (h *Hook) EnqueueHook(key string, ctx func(ctx any)) string
- func (h *Hook) ExecuteGetLineHtmlForExportHooks(ctx any)
- func (h *Hook) ExecuteGetPluginTranslationHooks(ctx *events.LocaleLoadContext)
- func (h *Hook) ExecuteHooks(key string, ctx any)
- type LanguageContainer
- type LanguageInfo
- type Locales
Constants ¶
View Source
const PadDefaultContentString = "padDefaultContent"
View Source
const PadLoadString = "padLoad"
Variables ¶
View Source
var AvailableLangs = map[string]LanguageInfo{}
Functions ¶
Types ¶
type AttributeContainer ¶
type AttributeContainer struct {
// contains filtered or unexported fields
}
type Hook ¶
type Hook struct {
// contains filtered or unexported fields
}
func (*Hook) DequeueHook ¶
func (*Hook) EnqueueGetLineHtmlForExportHook ¶ added in v0.0.4
func (*Hook) EnqueueGetPluginTranslationHooks ¶ added in v0.0.4
func (h *Hook) EnqueueGetPluginTranslationHooks(cb func(ctx *events.LocaleLoadContext))
func (*Hook) ExecuteGetLineHtmlForExportHooks ¶ added in v0.0.4
func (*Hook) ExecuteGetPluginTranslationHooks ¶ added in v0.0.4
func (h *Hook) ExecuteGetPluginTranslationHooks(ctx *events.LocaleLoadContext)
func (*Hook) ExecuteHooks ¶
type LanguageContainer ¶
type LanguageContainer struct {
// contains filtered or unexported fields
}
type LanguageInfo ¶
Click to show internal directories.
Click to hide internal directories.