Skip to content

CybercomPoland/CPL_LocalizationChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPL_LocalizationChecker

Basic tool to quickly check for missing translations in .strings files. The app looks for the specified LocalizedStrings.swift file, extracts all localized string instances it can find and checks all specified Localizable.strings files to see if they have those strings included. Missing strings are saved to an output.txt file.

Usage

Available input parameters: -inputFolder [path] -> input folder path, defaults to main Bundle path. -inputFile [name] -> input .swift filename, defaults to LocalizedStrings. -stringsFile [name] -> filename for the .strings files that should be checked, defaults to Localizable. -outputFolder [path] -> output folder path, defaults to main Bundle path. -outputFile [name] -> output .txt filename, defaults to output. -verbose -> Verbose flag, when used the app will output more information to the console.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages