Utilities for internal use.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Matt Baer 24f640aad9 Mention that generated l10n Go code isn't gofmt'd vor 6 Jahren
..
.gitignore Add json-to-l10n utility vor 6 Jahren
README.md Mention that generated l10n Go code isn't gofmt'd vor 6 Jahren
main.go Move error/quit func to shareable package vor 6 Jahren

README.md

json-to-l10n

This converts the key-value JSON exported from POEditor into a Go file we can include in the Write.as web application.

Usage

./json-to-l10n filename language

# Hungarian example
./json-to-l10n Write.as_Web_Hungarian.json hu > phrases_hu.go

Further requirements

Generated Go code isn’t gofmted or sorted.

If outputted to a file, a quick sort of the phrasesLANG map in Vim with vim-go installed is the quickest way to fix this.