package
Version:
v0.3.3
Opens a new window with list of versions in this module.
Published: Oct 22, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Convert Locale Markdown file to JSON file
func PrintSearchedResult(pairs []LangPair)
Print searched result
type LangJSON struct {
Locale []LangPair `json:"locale"`
}
type LangPair struct {
Lang string `json:"lang"`
Code string `json:"code"`
}
Locale (lang/code pair) data
Source Files
¶
Click to show internal directories.
Click to hide internal directories.