Documentation
¶
Index ¶
Constants ¶
const NA_STR string = "N/A"
Variables ¶
var ( ToCamel = glsg.ToCamel GetTextEOL = glsg.GetTextEOL GzipNew = glfscsgp.GzipNew )
Lib mapping
Functions ¶
This section is empty.
Types ¶
type LangId ¶
type LangId struct { LangId []langIdEntry // contains filtered or unexported fields }
LangId: Structure that hold 'BCP 47 Language Element' data
func (*LangId) UpdateFromTxt ¶
UpdateFromTxt: Create a new structure from a text file containing updated data. NOTE: the 'dispAvailableVarNames' option is only used to update or create the necessary variables contained in the internal structure, as well as the names of the list of available variables requiered while the software development process. Source data URL: https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
type LangIdBasic ¶
type LangIdBasic struct { Filename string LangId []langId }
Basic version of RFC 5646 (BCP 47)
func LangIdBasicNew ¶
func LangIdBasicNew(filename string) *LangIdBasic
*****************************************************
Language Id basic list is Based on the work from: https://github.com/libyal Licence: LGPLv3+
****************************************************** LangIdBasicNew: create structure tha hold a Basic version of RFC 5646 (BCP 47)