mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove comment on translation helpers from "web/lib/translator.inc".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
525a079503
commit
3a5693166c
1 changed files with 0 additions and 9 deletions
|
@ -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
|
# text. The string can contain escape codes %h for HTML
|
||||||
# and %s for regular text.
|
# 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:
|
# examples:
|
||||||
# print __("%s has %s apples.", "Bill", "5");
|
# print __("%s has %s apples.", "Bill", "5");
|
||||||
# print __("This is a %hmajor%h problem!", "<b>", "</b>");
|
# print __("This is a %hmajor%h problem!", "<b>", "</b>");
|
||||||
|
|
Loading…
Add table
Reference in a new issue