a9a386a1e5
We have new tab, but we had no entry. That's why it was showing "code" (lowercase) as this is text id, where we were expecting properly title cased "Code" to be shown in English version. Also add Polish translation "code=Kod". |
||
---|---|---|
.. | ||
gitignore | ||
license | ||
locale | ||
readme | ||
app.ini | ||
README.md |
Execute following command in ROOT directory when anything is changed:
$ go-bindata -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...
Add -debug flag to make life easier in development(somehow isn't working):
$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\.DS_Store|README.md" -pkg=bindata conf/...