Skip to content

Tags: Baglan/MCLocalization

Tags

1.1.6

Toggle 1.1.6's commit message
- MCLocalizationLanguageDidChangeNotification will not be posted when…

… strings for the default language are updated (when language changes or when dataSource is set);

- Reloading strings is also exposed with [MCLocalization reloadStrings] method.

1.1.5

Toggle 1.1.5's commit message
Updated podspec

1.1.3

Toggle 1.1.3's commit message
- Podspec adjusted

1.1.2

Toggle 1.1.2's commit message
- Updated the .podspec

1.1.1

Toggle 1.1.1's commit message
- Added support for NSNumber values;

- Unsupported data types in localization data should not lead to crashes anymore.
* Thanks to https://github.com/gabmarfer for the initial implementation

1.1

Toggle 1.1's commit message
- Modified MCLocalization to allow different data sources complying t…

…o the MCLocalizationDataSource protocol;

- Added data sources for single JSON file and multiple JSON file, one for each individual language;
- Expanded public interface with convenience methods to use single and multiple JSON files;
- Added noKeyPlaceholder.

1.0.1

Toggle 1.0.1's commit message
- 1.0.1 after merging changes by Felix Palmer

1.0

Toggle 1.0's commit message
- Some more .podspec juggling