mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01: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
|
@ -11,4 +11,9 @@
|
|||
include_once("translator.inc");
|
||||
global $_t;
|
||||
|
||||
$_t["en"]["Hi, this is worth reading!"] = "Hi, this is worth reading!";
|
||||
# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue