mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
renamed _() function to __() to avoid gettext conflict
This commit is contained in:
parent
d92682fbfd
commit
74594e516d
9 changed files with 145 additions and 19 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# this script iterates through the 'html' and 'lib' directories
|
||||
# looking for php scripts that contain a include_once("xxx_po.inc")
|
||||
# line and _() functions. It creates/appends to the corresponding
|
||||
# line and __() functions. It creates/appends to the corresponding
|
||||
# "xxx_po.inc" file in the 'lang' subdirectory and places the
|
||||
# i18n strings into the file in the proper format.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue