-
Notifications
You must be signed in to change notification settings - Fork 31
FAQ
Adrian Bobrowski edited this page Dec 29, 2018
·
8 revisions
Check your file name. The default name for the translation file is Localizable.*
(Localizable.strings, Localizable.json, etc). If you want to use a different name then you have to add the resource
parameter:
"translationKey".l10n(resource: "CustomFileName")