Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Update Spanish translations. #316
Conversation
|
Thanks! Can you remove all fallback HTML code from _templates/* and _layouts/* ? Look at this commit as an example: 0450ae5 These pages are still serving outdated content for the Spanish language. You can find what pages need to be fixed with a simple:
|
|
@saivann - should be removed now. I think I removed the correct tags but if you could please give it a sanity check I would appreciate it! :) |
saivann
and 1 other
commented on an outdated diff
Feb 16, 2014
| @@ -24,7 +24,7 @@ | ||
| {% if page.lang == 'ar' or page.lang == 'fa' %}{% lesscss rtl.less %}{% endif %} | ||
| {% if page.lang == 'bg' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'tr' or page.lang == 'zh_CN' or page.lang == 'zh_TW' %}{% lesscss sans.less %}{% endif %} | ||
| <script type="text/javascript" src="/js/main.js"></script> | ||
| -{% if page.lang == 'de' or page.lang == 'es' or page.lang == 'it' or page.lang == 'nl' or page.lang == 'pl' or page.lang == 'ru' or page.lang == 'tr' %} |
saivann
Contributor
|
saivann
and 1 other
commented on an outdated diff
Feb 16, 2014
| {% else %} | ||
| <li>{% translate linkmeetup %}</li> | ||
| {% endcase %} | ||
| -{% if page.lang == 'es' %} | ||
| -<li><a href="http://www.forobtc.com/">Foro Bitcoin en Español</a></li> | ||
| -{% endif %} |
saivann
Contributor
|
saivann
and 1 other
commented on an outdated diff
Feb 16, 2014
| @@ -89,17 +81,12 @@ | ||
| {% if page.lang == 'fr' %} | ||
| <p>#bitcoin-fr <small>(Le Bitcoin en général, français)</small></li> | ||
| {% endif %} | ||
| - {% if page.lang == 'es' %} | ||
| - <p>#bitcoin-ar <small>(Comunidad Bitcoin Argentina)</small></li> | ||
| - <p>#bitcoin-es <small>(Comunidad Bitcoin en español)</small></li> | ||
| - <p>#bitcoin-otc-ar <small>(Mercado OTC de Bitcoin en Argentina)</small></li> | ||
| - {% endif %} |
saivann
Contributor
|
saivann
and 1 other
commented on an outdated diff
Feb 16, 2014
| @@ -37,16 +37,7 @@ | ||
| <h2>{% translate involve %}</h2> | ||
| {% case page.lang %} | ||
| -{% when 'es' %} | ||
| -<p>El desarrollo de Bitcoin es de código abierto y cualquier desarrollador puede contribuir al proyecto. Todo lo que necesitas está en el <a href="https://github.com/bitcoin/bitcoin">repositorio en Github</a>. Por favor, asegúrese de leer y seguir el proceso de desarrollo que se describe en el archivo README, así como proporcionar el código con buena calidad y respetar todas las directrices.</p> | ||
| -{% else %} | ||
| -<p>{% translate involvetxt1 %}</p> | ||
| -<p>{% translate involvetxt2 %}</p> | ||
| -<div id="chatbox" class="chatbox"></div> |
saivann
Contributor
|
|
@saivann Ok, checked the checklist in Trello and also squashed. Please let me know if anything else! Thanks again for your help on this first one! :) |
saivann
commented on an outdated diff
Feb 19, 2014
| @@ -22,15 +22,10 @@ | ||
| <li><strong>#bitcoin-otc</strong> {% translate chanotc %}</li> | ||
| <li><strong>#bitcoin-market</strong> {% translate chanmarket %}</li> | ||
| <li><strong>#bitcoin-mining</strong> {% translate chanmining %}</li> | ||
| - {% if page.lang == 'es' %} | ||
| - <li><strong>#bitcoin-ar</strong> (Comunidad Bitcoin Argentina)</li> | ||
| - <li><strong>#bitcoin-es</strong> (Comunidad Bitcoin en español)</li> | ||
| - <li><strong>#bitcoin-otc-ar</strong> (Mercado OTC de Bitcoin en Argentina)</li> | ||
| - {% endif %} |
saivann
Contributor
|
saivann
commented on an outdated diff
Feb 19, 2014
saivann
commented on an outdated diff
Feb 19, 2014
| <p>{% translate involvetxt1 %}</p> | ||
| <p>{% translate involvetxt2 %}</p> | ||
| <div id="chatbox" class="chatbox"></div> | ||
| -{% endcase %} | ||
| - | ||
| -{% case page.lang %} |
saivann
Contributor
|
|
@gwd3 LGTM, thanks for taking all required steps. |
wbnns commentedFeb 15, 2014
Update _translations/es.yml with new translations (in particular, the FAQ)
Remove "es:true" from _redirects/about.yml
Remove "es:true" from _redirects/bitcoin-for-enthusiasts.yml