Comment on page

I18n Formats

We work on extending the list of supported i18n formats. If you need an i18n format and can't find it here send us an email.
Depending on the format it comes with different support functionality helping you with correct syntax.
The chosen i18n format will always be respected. There is no sort of i18n format conversion while importing from or exporting to one of the supported file formats.
You can learn more about the different i18n formats here.

i18next / locizify

  • Syntax Highlighting: Highlighting of format-specific syntax
  • Plural Conversion: Automatically generates plurals as needed
  • Grouping: Segments get grouped by plurals (and context if choosing the ext variant)
On this page you can find more information about the V4 JSON format and the V3 JSON format.

ICU / messageformat

  • Syntax Highlighting: Highlighting of format-specific syntax

fluent

  • Syntax Highlighting: Highlighting of format-specific syntax

vue-i18n

  • Syntax Highlighting: Highlighting of format-specific syntax

i18n.js / ruby

  • Syntax Highlighting: Highlighting of format-specific syntax
  • Plural Conversion: Automatically generates plurals as needed
  • Grouping: Segments get grouped by plurals

polyglot

  • Syntax Highlighting: Highlighting of format-specific syntax

android

  • Syntax Highlighting: Highlighting of format-specific syntax
  • Plural Conversion: Automatically generates plurals as needed
  • Grouping: Segments get grouped by plurals
Last modified 1yr ago