1.0.1 • Published 7 years ago

find-properties-usage v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Find Properties Usage

Finds which i18n strings in a .properties file which are unused in the specified directory.

Usage

fpu -F [path to the .properties file] -D [base dir of the project]

Additionally you can specify -p which is a comma-separated list of extra properties files to look in. You can also specify -i to ignore properties which are referenced in code but do not exist in the .propeties files.