Messages builds the file with translatable messages in Go code.
()
| 286 | |
| 287 | // Messages builds the file with translatable messages in Go code. |
| 288 | func (Go) Messages() error { |
| 289 | return runGoTool("generate_i18n.go") |
| 290 | } |
| 291 | |
| 292 | // EventData builds the file with event data. |
| 293 | func (Go) EventData() error { |
nothing calls this directly
no test coverage detected