GO i18n Localization

This file type implements the JSON format for the go-i18n library.
At the moment just this special JSON format is implemented since it differs from other common JSON formats.

Other by go-i18n supported format, like YAML, TOML are not implemented, yet. Please contact us if you are interested in this implementation.

Format

  • The placeholder syntax is “{{ placeholder }}”.
  • besides common i18n JSON, every segment is represented by an element having the attributes “id”, “translation”
  • Plurals are implemented. “translation” attribute holds an object (see examples below).

Examples