Skip to content

bikemap/localizationsCommentsChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Localizations Comments Checker

It's really easy to overlook and don't add comment for localization in interface file (.storyboard or .xib). This command line utility recursively scans project folders and reports localizations that have no comments.

Scan project

Compiled binary (Intel) is in the build folder. If necessary it's easy to create one for ARM using Archive / Distribute in Xcode.

Usage:

./localizationsCommentsChecker <path to project's folder>

The first and only required parameter is the path to project's folder.

Output lists files with missing comments:

Scan localization comments in interface files started...

BMCollectionHeaderView.strings
No comment for: "aYC-Oy-O09.normalTitle" = "Edit";
No comment for: "zbQ-gz-FTW.text" = "Change";

BMRatePOIBottomSheetViewController.strings
No comment for: "47e-Cn-dfA.accessibilityLabel" = "View and Add Report Comments";
No comment for: "b7a-ke-hjC.accessibilityLabel" = "Confirm Report";

About

Command-line utility that checks comments for localizations in iOS interface files (.xib, .storyboard)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages