Releases: FlineDev/TranslateKit
Releases · FlineDev/TranslateKit
1.1.1
What's Changed
- Latin American Spanish: Change "Hecho" to "Listo" to match iOS 18.4 by @juanarzola in #2
New Contributors
- @juanarzola made their first contribution in #2
Full Changelog: 1.1.0...1.1.1
More Strings, Smaller Footprint! 🚀
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 likeextension TK.Action
.
This update makes app localization even more efficient! 🚀
1.0.0
Initial Release 🎉
Full Changelog: https://github.com/FlineDev/TranslateKit/commits/1.0.0