Skip to content

Releases: nstack-io/localizations-generator

The Alphabetical Generation

19 Oct 07:48
a9e13d4
Compare
Choose a tag to compare

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

18 Sep 12:56
1078d32
Compare
Choose a tag to compare

LocalizationManager is renamed to NLocalizationManager on CocoaPods.
Added imports for NLocalizationManager into Localizations files.

Localizations Manager 5.0

09 Mar 14:26
Compare
Choose a tag to compare

Refactored all things Translations -> Localizations.

4.0-beta

27 Feb 10:30
ab8fdc3
Compare
Choose a tag to compare
4.0-beta Pre-release
Pre-release

Updated the template files to work with TranslationGenerator 3 and NStack 5

3.0.2

19 Feb 12:17
fe3663c
Compare
Choose a tag to compare
  • Uses the dev=true parameter when fetching the localizations, so that every language will have al the keys.

3.0.1

04 Sep 13:31
95ead2e
Compare
Choose a tag to compare
3.0.1 Pre-release
Pre-release
  • 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

23 Aug 13:26
Compare
Choose a tag to compare
  • 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

21 Aug 08:39
310b08f
Compare
Choose a tag to compare
3.0 Beta Pre-release
Pre-release

Now sets is_default flag to fallback jsons

3.0 Beta

20 Aug 13:07
53807fc
Compare
Choose a tag to compare
3.0 Beta Pre-release
Pre-release
Merge pull request #24 from nodes-ios/feature/translationExtension

translation extension added

3.0 Beta

12 Aug 15:32
Compare
Choose a tag to compare
3.0 Beta Pre-release
Pre-release
3.0.0-beta.3

fix for test files being missing from project