From 2c1348c131999478f6bcaae197edcd503d871dda Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 23 Jan 2006 14:57:37 +0000 Subject: [PATCH] Added helper tool --- lang/plugin_lang.php | 81 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 lang/plugin_lang.php diff --git a/lang/plugin_lang.php b/lang/plugin_lang.php new file mode 100644 index 0000000..334dded --- /dev/null +++ b/lang/plugin_lang.php @@ -0,0 +1,81 @@ + $constants) { + echo strtoupper($file) . ":\n"; + foreach($constants AS $const => $val) { + echo "\t" . $const . "\n"; + echo "\t\t" . $val . "\n"; + } + echo "---------------------------\n"; +} -- 2.39.5