summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 14:14:01 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 16:27:48 +0200
commit3a5693166c31047dab7ce405cc14ea98644a2820 (patch)
treef8ac56b595a49e129f5f8df0daf35d0099780b29 /web
parent525a079503add2c23dcec73797a8dd7842e905cf (diff)
downloadaur-3a5693166c31047dab7ce405cc14ea98644a2820.tar.gz
aur-3a5693166c31047dab7ce405cc14ea98644a2820.tar.xz
Remove comment on translation helpers from "web/lib/translator.inc".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
-rw-r--r--web/lib/translator.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/web/lib/translator.inc b/web/lib/translator.inc
index c4508a9e..903b061e 100644
--- a/web/lib/translator.inc
+++ b/web/lib/translator.inc
@@ -8,15 +8,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR
# text. The string can contain escape codes %h for HTML
# and %s for regular text.
#
-# supporting scripts:
-# there is a supporting script, web/utils/genpopo, that will
-# parse the PHP files and create PHP include files that contain
-# a mapping for each translated language. The include files
-# have the form,
-#
-# $_t["en"]["My cat is large."] = "My cat is large.";
-# $_t["es"]["My cat is large."] = "Mi gato esta grande.";
-#
# examples:
# print __("%s has %s apples.", "Bill", "5");
# print __("This is a %hmajor%h problem!", "<b>", "</b>");