Releases: nstack-io/localizations-generator
Releases · nstack-io/localizations-generator
The Alphabetical Generation
Localizations and SKLocalizatios are now generated with sections and keys in alphabetical order. This also means that if no new keys were added, the Localization and SKLocalizations will look the same even if they are regenerated, making for a much cleaner git history for those files.
(Yes, I went for a "Big Bang Theory"-inspired release name 🙈 )
NStack CocoaPods support
LocalizationManager is renamed to NLocalizationManager on CocoaPods.
Added imports for NLocalizationManager into Localizations files.
Localizations Manager 5.0
Refactored all things Translations -> Localizations.
4.0-beta
3.0.2
3.0.1
- Coding Keys to fix parsing of Language object to not require snake case conversion
- Snake case encoding/decoding conversion by default removed, is now configurable in Settings.
3.0.0
- Now generates new translations files using codable as an extension to TranslationManager's
LocalizableModel
class - Updated API to now use new NStack v2 API
- Passes whether the language is the default option and sets it in the fallback JSONs generated for use within the TranslationManager.
- Now generates second
SKTranslations.json
file to return "section.key" strings for use within NStack to store translatable variables. - Declares
skt
variable as SKTranslations for ease of use within your application
3.0 Beta
Now sets is_default flag to fallback jsons
3.0 Beta
Merge pull request #24 from nodes-ios/feature/translationExtension translation extension added
3.0 Beta
3.0.0-beta.3 fix for test files being missing from project