Skip to content

Commit 405929d

Browse files
committed
Remove unmaintained notice for pt
1 parent 218d556 commit 405929d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_plugins/translation_status.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Jekyll
88
# Outputs HTML.
99
module TranslationStatus
1010

11-
LANGS = %w{en de es fr id it ja ko ru vi zh_cn zh_tw}
11+
LANGS = %w{en de es fr id it ja ko pt ru vi zh_cn zh_tw}
1212
START_DATE = '2013-04-01'
1313

1414
OK_CHAR = '✓'

pt/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Ruby é...</h1>
2525
</div>
2626

2727
---
28-
28+
{% comment %}
2929
<!-- {% include unmaintained.html %} -->
3030

3131
<p class="warning">
@@ -38,3 +38,4 @@ <h1>Ruby é...</h1>
3838
Se você deseja contribuir ou ajudar a melhorar esse site,
3939
favor visitar <a href="https://github.com/ruby/www.ruby-lang.org/"> a página do projeto no GitHub</a>.
4040
</p>
41+
{% endcomment %}

0 commit comments

Comments
 (0)