Skip to content

Improvements and fixes

Compare
Choose a tag to compare
@tomkowz tomkowz released this 29 Jun 12:26
· 118 commits to master since this release
  • Swifternalization will not crash anymore when pattern cannot be parsed because it has incorrect format. Instead message is printed in the consol.
  • Swifternalization will not crash anymore when shared expression for some not defined key cannot be found. Will print message to the console instead.
  • Inequality and Inequality Extended expressions supports negative numbers
  • Add comment paramterer to match NSLocalizedString() macro and make it able to work with genstrings.
  • Fix many shared expression in SharedPolishExpression.
  • Fix typo in class name. TranslablePair to TranslatablePair.
  • More comments in the code.
  • Cleanup in the code.