summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 12:15:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-05-17 12:15:23 +0000
commit994b523d0c8c2941d9dd915a164b23bc83c8b2e3 (patch)
tree54544f8a7c2a58f3ee4aec10a83da24949a815bf /TOOLS
parent4997540e67216ca5bfdd1926e20f28e8cabf43a6 (diff)
downloadmpv-994b523d0c8c2941d9dd915a164b23bc83c8b2e3.tar.bz2
mpv-994b523d0c8c2941d9dd915a164b23bc83c8b2e3.tar.xz
Add mphelp_check.py.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18532 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README
index ea5d583a82..4b81462dae 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -405,6 +405,19 @@ Note: This script is meant for developers to check the current (CVS)
source tree and/or the patches they are working on.
+mphelp_check.py
+
+Author: Uoti Urpala
+
+Description: Check console message translations for common errors.
+
+Usage: mphelp_check.py [--missing] <master file> <files to check>
+
+Note: Compares MPlayer translation files against a master file and
+ reports conflicting arguments, extra strings not present in
+ the base file and (optionally) missing strings.
+
+
cpuinfo
Author: Jürgen Keil