Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 09:57
  • Fix Unicode strings output in the warnings. For example, the output:

    These keys were ignored because their values changed since the translation was sent:
    key: "value\10067" => ["value","changed\8592\10052\65039"]
    

    is now shown as:

    These keys were ignored because their values changed since the translation was sent:
    key: "value❓" => ["value", "changed←❄️"]
    
  • Separate warning groups with an empty line, for example:

    These keys were ignored because their values changed since the translation was sent:
    key: "value✅" => "value⚠️"
    
    These keys were ignored because they were removed since the translation was sent:
    existing: "existing"