I have multiple string files in my project and I use them using ``` swift NSLocalizedString("Please add description.", tableName: "SellForm", bundle: NSBundle.mainBundle(), value: "", comment: "") ``` but BC doesn't seem to recognize my SellForm.strings file