ryohey / migrate-swiftgen-l10n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrate-swiftgen-l10n

Replace NSLocalizedString("foobar.buzz") to L10n.FooBar.buzz

Usage

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

About

License:MIT License


Languages

Language:JavaScript 100.0%