8000 GitHub - robu/propdiff: Java program that lists differences between several properties files, looking only at the keys. This is helpful for i18n.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ propdiff Public

Java program that lists differences between several properties files, looking only at the keys. This is helpful for i18n.

Notifications You must be signed in to change notification settings

robu/propdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Build with ant.

Run with:

java -jar propdiff.jar file1.properties file1_fi.properties file1_sv.properties > result.csv

For easy viewing, open the output file in OpenOffice/Excel. 'X' in a column means that the key exists in
that particular properties file. Empty means it's missing. Keys that exist in all files are hidden from output.

About

Java program that lists differences between several properties files, looking only at the keys. This is helpful for i18n.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0