mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
genpopo seems to do its job now
This commit is contained in:
parent
4628afd422
commit
79f64a0592
4 changed files with 99 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
<?
|
||||
print "Hello, world!<br/>\n";
|
||||
include_once("index_po.inc");
|
||||
|
||||
print _("Hello, world!")."<br/>\n";
|
||||
print _("Hello, again!")."<br/>\n";
|
||||
print _("Julie was here!")."<br/>\n";
|
||||
print _("Abernathy was here!")."<br/>\n";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue