You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the generated tr function is using NSLocalizedString(key, comment: "") while it should be using NSLocalizedString(key, tableName: <tableName>, comment: "") if the user provide a different tableName
Currently the generated
trfunction is usingNSLocalizedString(key, comment: "")while it should be usingNSLocalizedString(key, tableName: <tableName>, comment: "")if the user provide a differenttableName