Skip to content

Releases: FlineDev/TranslateKit

1.1.1

18 Apr 08:21
f0c2e9b
Compare
Choose a tag to compare

What's Changed

  • Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4 by @juanarzola in #2

New Contributors

Full Changelog: 1.1.0...1.1.1

More Strings, Smaller Footprint! 🚀

08 Feb 21:57
Compare
Choose a tag to compare

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! 🚀

1.0.0

06 Feb 22:05
Compare
Choose a tag to compare