Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: The sequence for MessageFormatter is {n}, not [{n}].

...

  • The Export/Import code that copies to/from POEditor prefixes each property key with the package name to ensure that the keys are always unique
  • In POEditor the keys are known as terms
  • If a value contains a {n} sequence (usually written as [{n}] sequence to distinguish a value from the surrounding text) then it will be processed by a MessageFormatter which means any single quotes must be escaped by using two single quotes

...