Skip to content

Just a simple script to look for unused localizable strings in your iOS project

Notifications You must be signed in to change notification settings

tiagoaap/LocalizableStringsCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LocalizableStringsCleaner

This is just a simple script to look for unused localizable strings in your iOS project.

Usage

python search_unused_strings.py -f <strings_file> -d <search_directory>

Note

Supported files: h, m, mm and xml. If you want to add more, feel free to edit the script and add your needs to "search_types" dictionary

About

Just a simple script to look for unused localizable strings in your iOS project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages