This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Localizator.swift | |
| // based on medium post : | |
| // https://medium.com/@dcordero/a-different-way-to-deal-with-localized-strings-in-swift-3ea0da4cd143#.mldz1bh9y | |
| // swift 2 version writting by "David Cordero" | |
| // update to swift 3 attempt by "ba_bessem" | |
| // Created on 06/01/17. | |
| // Copyright © Pirana. All rights reserved. | |
| // | |
| // (Dictionary with subdict) |
NewerOlder