1.0.3 • Published 2 years ago

migrate-swiftgen-l10n v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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