Skip to content

Instantly share code, notes, and snippets.

View MatejBalantic's full-sized avatar

Matej Balantič MatejBalantic

View GitHub Profile
import Foundation
extension String {
private class LocalizationReference { }
public var localized : String {
let bundle = Bundle.init(for: LocalizationReference.self)
let defaultValue = self