Swifternalization v1.3.1 Release Notes

Release Date: 2016-02-13 // about 8 years ago
    • 🔧 Avoid calling configure(bundle:) before using localized strings. Swifternalization will configure itself with NSBundle.mainBundle() internally if you do not call this method after localizedString... method is called #12
    • ⚠ Suppressed several Xcode 7.3/Swift 3 warnings.