Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Adds links for French translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyph3r committed Dec 3, 2011
1 parent a96ce15 commit 3c73fba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Binary file added _static/images/icons/languages/fr.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions _templates/layout.html
Expand Up @@ -49,6 +49,7 @@
#header .languages li a { display: inline-block; padding: 10px 10px 10px 25px; border-right: 1px solid #ccc; background-repeat: no-repeat; background-position: 5px center }
#header .en { background-image: url('/_static/images/icons/languages/gb.png'); }
#header .es { background-image: url('/_static/images/icons/languages/es.png'); }
#header .fr { background-image: url('/_static/images/icons/languages/fr.png'); }
#header ul.navigation { list-style: none; text-align: right; margin-bottom: 0; display: inline-block; float: right; }
#header .navigation li { display: inline }
#header .navigation li a { display: inline-block; padding: 10px 15px; border-left: 1px solid #ccc; }
Expand Down Expand Up @@ -80,10 +81,6 @@
background-color: #FFF7DB !important;
background-image: url('../_static/images/icons/warning.png') !important;
}

.languages-es {
background: url('_static/images/icons/languages/es.png')
}
</style>
{% endblock %}

Expand All @@ -95,6 +92,7 @@
<ul class="languages">
<li><a href="http://tutorial.symblog.co.uk" class="en">EN</a></li>
<li><a href="http://udelabs.com/symfony/symblog/index.html" class="es">ES</a></li>
<li><a href="http://keiruaprod.fr/symblog-fr/" class="fr">FR</a></li>
</ul>
<ul class="navigation">
<li><a href="/">Home</a></li>
Expand Down
5 changes: 5 additions & 0 deletions index.rst
Expand Up @@ -80,6 +80,11 @@ Spanish
Symblog has been translated into `Spanish <http://udelabs.com/symfony/symblog/index.html>`_ thanks to the contribution by
`Lisper <https://twitter.com/#!/esymfony>`_.

French
~~~~~~~

Symblog has been translated into `French <http://keiruaprod.fr/symblog-fr/>`_ thanks to the contribution by
`Clement Keirua <https://twitter.com/clemkeirua>`_.

Author
------
Expand Down

0 comments on commit 3c73fba

Please sign in to comment.