package
2.0.3+incompatible
Repository: https://github.com/zew/go-questionnaire.git
Documentation: pkg.go.dev

# Functions

CoreTranslations returns a core of transations, to be extended or overwritten by application config data.
No description provided by the author
HyphenizeText replaces "mittelfristig" with "mittel|fristig" Hyphenization is done _once_ during creation of the questionare JSON template.
MonthByInt maps 1 to January, 12 to December.
MonthsShift could use date.Add - but it would be wasteful.

# Variables

Countries is contains translations of country names by ISO code.
CountryISOs provides some stable default sorting.
FederalStatesGermany for multiple questionnaires.
FederalStatesGermanyISOs - sorted by ISO code.
FederalStatesGermanyISOs2 - sorted by German label.
LangCodes for returning multiple translations.

# Type aliases

Map - Translations Type Usage in templates {{.Trls.imprint.en }} // directly accessing a specific translation; chaining the map keys {{.Trls.imprint.Tr .Sess.LangCode}} // using .Tr(langCode) {{.Trls.imprint.TrSilent .Sess.LangCode}} //.
MapSite for sub-site specific translations.
S stores a multi lingual string.