migrate-swiftgen-l10n
v1.0.3
Published
Replace `NSLocalizedString("foobar.buzz")` to `L10n.FooBar.buzz`
Downloads
5
Readme
migrate-swiftgen-l10n
Replace NSLocalizedString("foobar.buzz")
to L10n.FooBar.buzz
Usage
npm install -g migrate-swiftgen-l10n
npx migrate-swiftgen-l10n path/to/source/dir
Option
--dry-run
Use the --dry-run option to see what is replaced without changing the file.
npx migrate-swiftgen-l10n path/to/source/dir --dry-run