Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
aurweb
Commits
19ee2689
Commit
19ee2689
authored
Jun 13, 2015
by
Lukas Fleischer
Browse files
Make "Learn more..." translatable
Signed-off-by:
Lukas Fleischer
<
lfleischer@archlinux.org
>
parent
cc6c7a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/html/home.php
View file @
19ee2689
...
...
@@ -41,7 +41,7 @@ html_header( __("Home") );
<?=
__
(
'DISCLAIMER'
)
?>
:
<?=
__
(
'Unsupported packages are user produced content. Any use of the provided files is at your own risk.'
);
?>
</p>
<p
class=
"readmore"
><a
href=
"https://wiki.archlinux.org/index.php/AUR"
>
Learn more...
</a></p>
<p
class=
"readmore"
><a
href=
"https://wiki.archlinux.org/index.php/AUR"
>
<?=
__
(
'
Learn more...
'
)
?>
</a></p>
</div>
<div
id=
"news"
>
<h3><a>
<?=
__
(
'Support'
)
?>
</a><span
class=
"arrow"
></span></h3>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment