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