Releases: zakaria-chahboun/tarjem
Releases · zakaria-chahboun/tarjem
tarjem v2.0.0
Breaking changes (v2.0.0)
Tarjem v2.0.0
is completely different. It now uses YAML instead of TOML as the translation base and generates code that returns only strings of translations without any complex structures.
Check Readme to see documentation
tarjem v1.1.0
Breaking changes (v1.1.0)
- Add
String() string
method toMessage
struct. - Change functions names for error messages: from
Create...
toReport...
normal message example | error handling message example |
---|---|
func CreateLastDatePayBill(date time.Time) (m *Message) | func ReportErrUserAccessDenied() (m *MessageError) |
- Change the default package name in generated files: from
package messages
topackage tarjem
You now can specify the package name:
# e.g translations
tarjem -package translations
tarjem v1.0.6
fix macos in actions
tarjem v0.0.9
fix macos in actions