f0x11

Results 3 issues of f0x11

I have an attribute, `` I want add a 'translate', then get a pot file contains "a" and "b". How can I do it?

``` type Group struct { ID string `json:"id"` Apps []*Application `json:"apps"` Dependencies []string `json:"dependencies"` Groups []*Group `json:"groups"` } // Groups is a collection of marathon application groups type Groups struct...

While outerWidth() only gets integer, the new width may be smaller than the true width. I add 1 to solve the problem temporarily.