scaio
scaio
The current fallback behavior for `NSLocalizedString` checks if a table exists for a given locale but not if the key itself exists in the table. This means that if a...
## The problem this PR is trying to solve: https://github.com/mac-cain13/R.swift/issues/563 ## What this PR does: This PR introduces a new flag `use-development-language-defaults` which when passed will cause the NSLocalizedString macros...
* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/Alamofire/Alamofire/blob/master/CONTRIBUTING.md). Sorry for opening a separate issue for this. I'm trying to draw attention to https://github.com/Alamofire/Alamofire/issues/2678 which...