local

package
v0.0.0-...-73e35a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2017 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Map map[string]*Strings

Map of local Strings structs, queriable by BCP47 tags.

Functions

func Init

func Init()

Init initializes the local Strings map.

Types

type Comment

type Comment struct {
	SelfName  string
	ButtonNew string
}

Comment ...

type Concept

type Concept struct {
	SelfName   string
	ButtonNew  string
	LabelTitle string
}

Concept ...

type Context

type Context struct {
	SelfName  string
	ButtonNew string
}

Context ...

type Discussion

type Discussion struct {
	SelfName   string
	ButtonNew  string
	LabelTitle string
	LabelText  string
}

Discussion ...

type Perspective

type Perspective struct {
	SelfName  string
	ButtonNew string
	LabelText string
}

Perspective ...

type Prerequisite

type Prerequisite struct {
	SelfName  string
	ButtonNew string
}

Prerequisite ...

type Prompts

type Prompts struct {
	WrongUsernameOrPassword  string
	NoResultsFound           string
	NotWhatYouWereLookingFor string
}

Prompts ...

type Reasoning

type Reasoning struct {
	SelfName  string
	LabelText string
}

Reasoning ...

type Strings

type Strings struct {
	Comment      Comment
	Concept      Concept
	Context      Context
	Discussion   Discussion
	Perspective  Perspective
	Prerequisite Prerequisite
	Prompts      Prompts
	Reasoning    Reasoning
	User         User
}

Strings ...

func NewStrings

func NewStrings() *Strings

NewStrings ...

type User

type User struct {
	SelfName       string
	LabelUsername  string
	LabelPassword  string
	ButtonRegister string
	ButtonLogin    string
}

User ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL