Skip to content

Releases: zakaria-chahboun/tarjem

tarjem v2.0.0

25 Aug 22:28
Compare
Choose a tag to compare

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

22 Oct 01:58
Compare
Choose a tag to compare

Breaking changes (v1.1.0)

  • Add String() string method to Message struct.
  • Change functions names for error messages: from Create... to Report...
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 to package tarjem

You now can specify the package name:

# e.g translations
tarjem -package translations

tarjem v1.0.6

19 Oct 13:29
Compare
Choose a tag to compare
fix macos in actions

tarjem v0.0.9

18 Oct 08:35
Compare
Choose a tag to compare
fix macos in actions