Skip to content

More Strings, Smaller Footprint! ๐Ÿš€

Latest
Compare
Choose a tag to compare
@Jeehut Jeehut released this 08 Feb 21:57
· 3 commits to main since this release

This update makes TranslateKit even more powerful while keeping your app lean!

โœ… Smaller app size, smarter structure

  • Weโ€™ve restructured TranslateKit to keep the 250+ most commonly used strings in the core package (TranslateKit) while moving category-specific strings into separate modules (TranslateKitFinance, TranslateKitProductivity, etc.).
  • This means you only import what you need, keeping your app lightweight!

โœ… 1,000+ new pre-localized strings ๐ŸŽ‰

  • We analyzed common UI text across 26 App Store categories and added ~50 extra strings per category.
  • Now, apps using TranslateKit typically access ~350 localized strings per app, making them smaller but more relevant!

โœ… Improved #tk Macro Compatibility

  • Fixed an issue where the #tk macro wasnโ€™t recognizing nested extension identifiers like extension TK.Action.

This update makes app localization even more efficient! ๐Ÿš€