From 759e797c1d677d0695885dc959d6ebaecc538252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 17 Oct 2012 10:19:31 -0300 Subject: Revert "Change with start of translation in internationalization, this time with pt_br." This reverts commit 09682e9e7328b1c1466ae87af08f1785a0b5d7e3. Conflicts: guides/source/en/association_basics.md REASON: Translation work can not be done in the docrails repository --- guides/rails_guides/markdown.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'guides/rails_guides/markdown.rb') diff --git a/guides/rails_guides/markdown.rb b/guides/rails_guides/markdown.rb index 343e74f776..650489e6cb 100644 --- a/guides/rails_guides/markdown.rb +++ b/guides/rails_guides/markdown.rb @@ -120,7 +120,7 @@ module RailsGuides @index = <<-INDEX.html_safe
-

#{language_chapter}

+

Chapters

#{@index}
INDEX @@ -134,15 +134,6 @@ module RailsGuides @title = "Ruby on Rails Guides" end end - - def language_chapter - case $GUIDES_LANGUAGE - when 'pt_br' - 'Capitulos' - else - 'Chapters' - end - end def node_index(hierarchy) case hierarchy.size -- cgit v1.2.3