We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218d556 commit 405929dCopy full SHA for 405929d
_plugins/translation_status.rb
@@ -8,7 +8,7 @@ module Jekyll
8
# Outputs HTML.
9
module TranslationStatus
10
11
- LANGS = %w{en de es fr id it ja ko ru vi zh_cn zh_tw}
+ LANGS = %w{en de es fr id it ja ko pt ru vi zh_cn zh_tw}
12
START_DATE = '2013-04-01'
13
14
OK_CHAR = '✓'
pt/index.html
@@ -25,7 +25,7 @@ <h1>Ruby é...</h1>
25
</div>
26
27
---
28
-
+{% comment %}
29
<!-- {% include unmaintained.html %} -->
30
31
<p class="warning">
@@ -38,3 +38,4 @@ <h1>Ruby é...</h1>
38
Se você deseja contribuir ou ajudar a melhorar esse site,
39
favor visitar <a href="https://github.com/ruby/www.ruby-lang.org/"> a página do projeto no GitHub</a>.
40
</p>
41
+{% endcomment %}
0 commit comments