Fix Sphinx language code for tutorial-pt-br
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Mon, 30 Jul 2012 17:24:46 -0700
changeset 8941 afed8afe9545
parent 8940 ffeb3b41c302
child 8942 500d107bb636
Fix Sphinx language code for tutorial-pt-br
doc/tutorial-pt-br/source/conf.py
--- a/doc/tutorial-pt-br/source/conf.py	Mon Jul 30 17:16:26 2012 -0700
+++ b/doc/tutorial-pt-br/source/conf.py	Mon Jul 30 17:24:46 2012 -0700
@@ -56,7 +56,7 @@
 
 # The language for content autogenerated by . Refer to babel documentation
 # for a list of supported languages.
-language = 'pt-br'
+language = 'pt_BR'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
@@ -180,7 +180,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'ns-3-tutorial.tex', u'ns-3 Tutorial',
+  ('index', 'ns-3-tutorial.tex', u'ns-3 Rastreamento',
    u'ns-3 project', 'manual'),
 ]