Skip to content

Commit

Permalink
add PT-PT readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 11, 2011
1 parent 6156442 commit 016c3e7
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'uri'

def readme(pattern = "%s", &block)
return readme(pattern).each(&block) if block_given?
%w[en de es fr hu jp zh ru pt-br].map do |lang|
%w[en de es fr hu jp zh ru pt-br pt-pt].map do |lang|
pattern % "README#{lang == "en" ? "" : ".#{lang}"}"
end
end
Expand Down
1 change: 1 addition & 0 deletions intro-de.html
Expand Up @@ -9,6 +9,7 @@
<a href="/intro-fr.html">French</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down
1 change: 1 addition & 0 deletions intro-es.html
Expand Up @@ -10,6 +10,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>

Expand Down
1 change: 1 addition & 0 deletions intro-fr.html
Expand Up @@ -9,6 +9,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down
1 change: 1 addition & 0 deletions intro-hu.html
Expand Up @@ -9,6 +9,7 @@
<a href="/intro-fr.html">French</a>,
<a href="/intro-de.html">German</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down
1 change: 1 addition & 0 deletions intro-jp.html
Expand Up @@ -10,6 +10,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a> and
<a href="/intro-es.html">Spanish</a>.</small></p>

Expand Down
3 changes: 2 additions & 1 deletion intro-pt-br.html
@@ -1,5 +1,5 @@
---
title: "Sinatra: README (Portuguese)"
title: "Sinatra: README (Brazilian Portuguese)"
layout: default
---

Expand All @@ -9,6 +9,7 @@
<a href="/intro-fr.html">French</a>,
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down
19 changes: 19 additions & 0 deletions intro-pt-pt.html
@@ -0,0 +1,19 @@
---
title: "Sinatra: README (European Portuguese)"
layout: default
---

<p><small>This page is also available in
<a href="/intro.html">English</a>,
<a href="/intro-zh.html">Chinese</a>,
<a href="/intro-fr.html">French</a>,
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>

<h1>Introdução</h1>

{% include README.pt-br.html %}
1 change: 1 addition & 0 deletions intro-ru.html
Expand Up @@ -10,6 +10,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>

Expand Down
1 change: 1 addition & 0 deletions intro-zh.html
Expand Up @@ -9,6 +9,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down
1 change: 1 addition & 0 deletions intro.html
Expand Up @@ -9,6 +9,7 @@
<a href="/intro-de.html">German</a>,
<a href="/intro-hu.html">Hungarian</a>,
<a href="/intro-pt-br.html">Portuguese (Brazilian)</a>,
<a href="/intro-pt-pt.html">Portuguese (European)</a>,
<a href="/intro-ru.html">Russian</a>,
<a href="/intro-es.html">Spanish</a> and
<a href="/intro-jp.html">Japanese</a>.</small></p>
Expand Down

0 comments on commit 016c3e7

Please sign in to comment.