Skip to content

anderscarling/check_strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Check Strings (in XCode-style *.lproj directories)

Small hack to sanity check XCode-style strings files.

Just drop into a map with =*.lproj= dirs and the script will compare =Localizable.strings= in all directories to the one in =en.lproj=.

Implemented checks

  • Missing translation compared to base language (en)
  • Extra translation compared to base language (en)
  • Translation is the same compated with base language (en)
  • String matches translation key (en)
  • Multiple instances of translation key
  • Empty translation value

About

Small hack to sanity check XCode-style strings files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages