aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASLocalization.m
AgeCommit message (Collapse)Author
2016-01-09Whitespace fixes.Tomáš Znamenáček
2016-01-09Another approach to try a fix for the CocoaPods localization bundle problem ↵Nikita Ivanchikov
(#74). Checking if resources bundle was copied inside framework bundle, then falling back to old search methods
2015-11-06Even more elaborate workaround for the CocoaPods localization problem (#74).Tomáš Znamenáček
Just testing if the CocoaPods bundle is present didn’t work, so now we even try to load a localized string from the bundle.
2015-11-04Trying a fix for the CocoaPods localization bundle problem (#74).Tomáš Znamenáček
This change simply doesn’t try to detect which bundle we should use and tries both bundles, the CocoaPods one first. The chosen bundle is then cached to avoid the overhead on subsequent requests.
2015-10-08Typo fix.Tomáš Znamenáček
2015-10-08Documented the CocoaPods localization fix.Tomáš Znamenáček
2015-10-07fixes localized strings when using CocoaPodsAllan Beaufour
Puts strings inside a MASShortcut resource bundle, and looks for locallized strings inside that bundle when used as a CocoaPod
2015-08-18Added Czech localization.Tomáš Znamenáček