[Zope-Checkins] CVS: Zope/lib/python/docutils/parsers/rst/languages - __init__.py:1.2.10.5 af.py:1.1.2.5 cs.py:1.1.4.2 de.py:1.2.10.5 en.py:1.2.10.5 eo.py:1.1.2.3 es.py:1.1.2.5 fr.py:1.2.10.5 it.py:1.2.10.5 pt_br.py:1.1.4.2 ru.py:1.1.2.5 sk.py:1.2.10.5 sv.py:1.2.10.5

Christian 'Tiran' Heimes heimes at faho.rwth-aachen.de
Mon Jul 26 13:38:39 EDT 2004


Update of /cvs-repository/Zope/lib/python/docutils/parsers/rst/languages
In directory cvs.zope.org:/tmp/cvs-serv18892/lib/python/docutils/parsers/rst/languages

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py af.py cs.py de.py en.py eo.py es.py fr.py it.py 
	pt_br.py ru.py sk.py sv.py 
Log Message:
Updated docutils including a fix for 1426:  System locale breaks reStructuredText horribly
Added rest-language-code to zope.conf schema. it's used instead of the locales


=== Zope/lib/python/docutils/parsers/rst/languages/__init__.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/__init__.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/__init__.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # Internationalization details are documented in
-# <http://docutils.sf.net/spec/howto/i18n.html>.
+# <http://docutils.sf.net/docs/howto/i18n.html>.
 
 """
 This package contains modules for language-dependent features of


=== Zope/lib/python/docutils/parsers/rst/languages/af.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/af.py:1.1.2.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/af.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -36,10 +36,11 @@
       'epigraaf': 'epigraph',
       'hoogtepunte': 'highlights',
       'pull-quote (translation required)': 'pull-quote',
-      'table (translation required)': 'table',
       #'vrae': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      'table (translation required)': 'table',
+      'csv-table (translation required)': 'csv-table',
       'meta': 'meta',
       #'beeldkaart': 'imagemap',
       'beeld': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/cs.py 1.1.4.1 => 1.1.4.2 ===
--- Zope/lib/python/docutils/parsers/rst/languages/cs.py:1.1.4.1	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/cs.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -37,10 +37,11 @@
       u'moto': 'epigraph',
       u'highlights': 'highlights',
       u'pull-quote': 'pull-quote',
-      u'table (translation required)': 'table',
       #'questions': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      u'table (translation required)': 'table',
+      u'csv-table (translation required)': 'csv-table',
       u'meta': 'meta',
       #'imagemap': 'imagemap',
       u'image': 'image',   # obrazek


=== Zope/lib/python/docutils/parsers/rst/languages/de.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/de.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/de.py	Mon Jul 26 13:38:09 2004
@@ -6,7 +6,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -37,10 +37,11 @@
       'epigraph (translation required)': 'epigraph',
       'highlights (translation required)': 'highlights',
       'pull-quote (translation required)': 'pull-quote', # kasten too ?
-      'table (translation required)': 'table',
       #'questions': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      'table (translation required)': 'table',
+      'csv-table (translation required)': 'csv-table',
       'meta': 'meta',
       #'imagemap': 'imagemap',
       'bild': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/en.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/en.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/en.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -37,8 +37,9 @@
       'epigraph': 'epigraph',
       'highlights': 'highlights',
       'pull-quote': 'pull-quote',
-      'table': 'table',
       #'questions': 'questions',
+      'table': 'table',
+      'csv-table': 'csv-table',
       #'qa': 'questions',
       #'faq': 'questions',
       'meta': 'meta',


=== Zope/lib/python/docutils/parsers/rst/languages/eo.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/docutils/parsers/rst/languages/eo.py:1.1.2.2	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/eo.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -40,10 +40,12 @@
       u'elstara\u0135oj': 'highlights',
       u'ekstera-citajxo': 'pull-quote',
       u'ekstera-cita\u0135o': 'pull-quote',
-      u'tabelo': 'table',
       #'questions': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      u'tabelo': 'table',
+      u'tabelo-vdk': 'csv-table', # "valoroj disigitaj per komoj"
+      u'tabelo-csv': 'csv-table',
       u'meta': 'meta',
       #'imagemap': 'imagemap',
       u'bildo': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/es.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/es.py:1.1.2.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/es.py	Mon Jul 26 13:38:09 2004
@@ -1,12 +1,12 @@
 # -*- coding: iso-8859-1 -*-
 # Author: Marcelo Huerta San Martín
-# Contact: mghsm at uol.com.ar
+# Contact: richieadler at users.sourceforge.net
 # Revision: $Revision$
 # Date: $Date$
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -42,10 +42,12 @@
       u'epigrafe': 'epigraph',
       u'destacado': 'highlights',
       u'cita-destacada': 'pull-quote',
-      u'tabla': 'table',
       #'questions': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      u'tabla': 'table',
+      u'tabla-vsc': 'csv-table',
+      u'tabla-csv': 'csv-table',
       u'meta': 'meta',
       #'imagemap': 'imagemap',
       u'imagen': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/fr.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/fr.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/fr.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -38,10 +38,11 @@
       u'\u00E9pigraphe': 'epigraph',
       u'chapeau': 'highlights',
       u'accroche': 'pull-quote',
-      u'tableau': 'table',
       #u'questions': 'questions',
       #u'qr': 'questions',
       #u'faq': 'questions',
+      u'tableau': 'table',
+      u'csv-table (translation required)': 'csv-table',
       u'm\u00E9ta': 'meta',
       #u'imagemap (translation required)': 'imagemap',
       u'image': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/it.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/it.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/it.py	Mon Jul 26 13:38:09 2004
@@ -4,6 +4,11 @@
 # Date: $Date$
 # Copyright: This module has been placed in the public domain.
 
+# New language mappings are welcome.  Before doing a new translation, please
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
+# translated for each language: one in docutils/languages, the other in
+# docutils/parsers/rst/languages.
+
 """
 Italian-language mappings for language-dependent features of
 reStructuredText.
@@ -31,10 +36,11 @@
       'epigrafe': 'epigraph',
       'evidenzia': 'highlights',
       'pull-quote (translation required)': 'pull-quote',
-      'tabella': 'table',
       #'questions': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      'tabella': 'table',
+      'csv-table (translation required)': 'csv-table',
       'meta': 'meta',
       #'imagemap': 'imagemap',
       'immagine': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/pt_br.py 1.1.4.1 => 1.1.4.2 ===
--- Zope/lib/python/docutils/parsers/rst/languages/pt_br.py:1.1.4.1	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/pt_br.py	Mon Jul 26 13:38:09 2004
@@ -1,4 +1,3 @@
-# -*- coding: iso-8859-1 -*-
 # Author: David Goodger
 # Contact: goodger at users.sourceforge.net
 # Revision: $Revision$
@@ -6,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -20,78 +19,79 @@
 
 directives = {
       # language-dependent: fixed
-      u'atenção': 'attention',
+      u'aten\u00E7\u00E3o': 'attention',
       'cuidado': 'caution',
       'perigo': 'danger',
       'erro': 'error',
-      u'sugestão': 'hint',
+      u'sugest\u00E3o': 'hint',
       'importante': 'important',
       'nota': 'note',
       'dica': 'tip',
       'aviso': 'warning',
-      u'exortação': 'admonition',
+      u'exorta\u00E7\u00E3o': 'admonition',
       'barra-lateral': 'sidebar',
-      u'tópico': 'topic',
+      u't\u00F3pico': 'topic',
       'bloco-de-linhas': 'line-block',
       'literal-interpretado': 'parsed-literal',
       'rubrica': 'rubric',
-      u'epígrafo': 'epigraph',
+      u'ep\u00EDgrafo': 'epigraph',
       'destaques': 'highlights',
-      u'citação-destacada': 'pull-quote',
-      u'table (translation required)': 'table',
+      u'cita\u00E7\u00E3o-destacada': 'pull-quote',
       #'perguntas': 'questions',
       #'qa': 'questions',
       #'faq': 'questions',
+      u'table (translation required)': 'table',
+      u'csv-table (translation required)': 'csv-table',
       'meta': 'meta',
       #'imagemap': 'imagemap',
       'imagem': 'image',
       'figura': 'figure',
-      u'inclusão': 'include',
+      u'inclus\u00E3o': 'include',
       'cru': 'raw',
-      u'substituição': 'replace',
+      u'substitui\u00E7\u00E3o': 'replace',
       'unicode': 'unicode',
       'classe': 'class',
       'role (translation required)': 'role',
-      u'índice': 'contents',
+      u'\u00EDndice': 'contents',
       'numsec': 'sectnum',
-      u'numeração-de-seções': 'sectnum',
-      #u'notas-de-rorapé': 'footnotes',
-      #u'citações': 'citations',
-      u'links-no-rodapé': 'target-notes',
+      u'numera\u00E7\u00E3o-de-se\u00E7\u00F5es': 'sectnum',
+      #u'notas-de-rorap\u00E9': 'footnotes',
+      #u'cita\u00E7\u00F5es': 'citations',
+      u'links-no-rodap\u00E9': 'target-notes',
       'restructuredtext-test-directive': 'restructuredtext-test-directive'}
-"""English name to registered (in directives/__init__.py) directive name
-mapping."""
+"""Brazilian Portuguese name to registered (in directives/__init__.py)
+directive name mapping."""
 
 roles = {
     # language-dependent: fixed
-    u'abbreviação': 'abbreviation',
+    u'abbrevia\u00E7\u00E3o': 'abbreviation',
     'ab': 'abbreviation',
-    u'acrônimo': 'acronym',
+    u'acr\u00F4nimo': 'acronym',
     'ac': 'acronym',
-    u'índice-remissivo': 'index',
+    u'\u00EDndice-remissivo': 'index',
     'i': 'index',
     'subscrito': 'subscript',
     'sub': 'subscript',
     'sobrescrito': 'superscript',
     'sob': 'superscript',
-    u'referência-a-título': 'title-reference',
-    u'título': 'title-reference',
+    u'refer\u00EAncia-a-t\u00EDtulo': 'title-reference',
+    u't\u00EDtulo': 'title-reference',
     't': 'title-reference',
-    u'referência-a-pep': 'pep-reference',
+    u'refer\u00EAncia-a-pep': 'pep-reference',
     'pep': 'pep-reference',
-    u'referência-a-rfc': 'rfc-reference',
+    u'refer\u00EAncia-a-rfc': 'rfc-reference',
     'rfc': 'rfc-reference',
-    u'ênfase': 'emphasis',
+    u'\u00EAnfase': 'emphasis',
     'forte': 'strong',
     'literal': 'literal',
-    u'referência-por-nome': 'named-reference',
-    u'referência-anônima': 'anonymous-reference',
-    u'referência-a-nota-de-rodapé': 'footnote-reference',
-    u'referência-a-citação': 'citation-reference',
-    u'referência-a-substituição': 'substitution-reference',
+    u'refer\u00EAncia-por-nome': 'named-reference',
+    u'refer\u00EAncia-an\u00F4nima': 'anonymous-reference',
+    u'refer\u00EAncia-a-nota-de-rodap\u00E9': 'footnote-reference',
+    u'refer\u00EAncia-a-cita\u00E7\u00E3o': 'citation-reference',
+    u'refer\u00EAncia-a-substitui\u00E7\u00E3o': 'substitution-reference',
     'alvo': 'target',
-    u'referência-a-uri': 'uri-reference',
+    u'refer\u00EAncia-a-uri': 'uri-reference',
     'uri': 'uri-reference',
     'url': 'uri-reference',}
-"""Mapping of English role names to canonical role names for interpreted text.
-"""
+"""Mapping of Brazilian Portuguese role names to canonical role names
+for interpreted text."""


=== Zope/lib/python/docutils/parsers/rst/languages/ru.py 1.1.2.4 => 1.1.2.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/ru.py:1.1.2.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/ru.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -24,6 +24,7 @@
  u'\u0432\u044b\u0434\u0435\u043b\u0435\u043d\u043d\u0430\u044f-\u0446\u0438\u0442\u0430\u0442\u0430':
  u'pull-quote',
  u'table (translation required)': 'table',
+ u'csv-table (translation required)': 'csv-table',
  u'\u0441\u044b\u0440\u043e\u0439': u'raw',
  u'\u0437\u0430\u043c\u0435\u043d\u0430': u'replace',
  u'\u0442\u0435\u0441\u0442\u043e\u0432\u0430\u044f-\u0434\u0438\u0440\u0435\u043a\u0442\u0438\u0432\u0430-restructuredtext':


=== Zope/lib/python/docutils/parsers/rst/languages/sk.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/sk.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/sk.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -36,10 +36,11 @@
       u'epigraph (translation required)': 'epigraph',
       u'highlights (translation required)': 'highlights',
       u'pull-quote (translation required)': 'pull-quote',
-      u'table (translation required)': 'table',
       #u'questions': 'questions',
       #u'qa': 'questions',
       #u'faq': 'questions',
+      u'table (translation required)': 'table',
+      u'csv-table (translation required)': 'csv-table',
       u'meta': 'meta',
       #u'imagemap': 'imagemap',
       u'obr\xe1zok': 'image',


=== Zope/lib/python/docutils/parsers/rst/languages/sv.py 1.2.10.4 => 1.2.10.5 ===
--- Zope/lib/python/docutils/parsers/rst/languages/sv.py:1.2.10.4	Thu May 13 12:19:59 2004
+++ Zope/lib/python/docutils/parsers/rst/languages/sv.py	Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
 # Copyright: This module has been placed in the public domain.
 
 # New language mappings are welcome.  Before doing a new translation, please
-# read <http://docutils.sf.net/spec/howto/i18n.html>.  Two files must be
+# read <http://docutils.sf.net/docs/howto/i18n.html>.  Two files must be
 # translated for each language: one in docutils/languages, the other in
 # docutils/parsers/rst/languages.
 
@@ -35,11 +35,12 @@
       u'epigraph (translation required)': 'epigraph',
       u'highlights (translation required)': 'highlights',
       u'pull-quote (translation required)': 'pull-quote',
-      u'table (translation required)': 'table',
       # u'fr\u00e5gor': 'questions',
       # NOTE: A bit long, but recommended by http://www.nada.kth.se/dataterm/:
       # u'fr\u00e5gor-och-svar': 'questions',
       # u'vanliga-fr\u00e5gor': 'questions',  
+      u'table (translation required)': 'table',
+      u'csv-table (translation required)': 'csv-table',
       u'meta': 'meta',
       # u'bildkarta': 'imagemap',   # FIXME: Translation might be too literal.
       u'bild': 'image',



More information about the Zope-Checkins mailing list