Thank you for the patch Simon. I've committed it to the trunk:
http://code.google.com/p/asciidoc/source/detail?r=bf142930251230e333cc9b761c3f6144e433e3d6


Cheers, Stuart

On 29/08/11 02:42, Simon Ruderich wrote:
---
  lang-de.conf    |    4 ++++
  lang-es.conf    |    2 ++
  lang-fr.conf    |    2 +-
  lang-hu.conf    |    2 ++
  lang-it.conf    |    2 ++
  lang-nl.conf    |    5 +++++
  lang-pt-BR.conf |    2 ++
  7 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/lang-de.conf b/lang-de.conf
index 733d9b7..b8e13fe 100644
--- a/lang-de.conf
+++ b/lang-de.conf
@@ -55,3 +55,7 @@ endif::doctype-book[]
  ^Anhang [A-Z][:.](?P<title>.*)$=appendix

  endif::basebackend-docbook[]
+
+ifdef::doctype-manpage[]
+(?i)^ÜBERSICHT$=synopsis
+endif::doctype-manpage[]
diff --git a/lang-es.conf b/lang-es.conf
index 3b4b214..14d3b11 100644
--- a/lang-es.conf
+++ b/lang-es.conf
@@ -3,6 +3,8 @@
  #

  [attributes]
+#TODO: Left and right single and double quote characters.
+
  # Captions, used by (X)HTML backends.
  # Captions on RHS are displayed in outputs.
  ifdef::basebackend-html[]
diff --git a/lang-fr.conf b/lang-fr.conf
index 11e9523..76214c3 100644
--- a/lang-fr.conf
+++ b/lang-fr.conf
@@ -12,10 +12,10 @@ rdquo=&#0187;
  # Captions on RHS are displayed in outputs.
  ifdef::basebackend-html[]

-tip-caption=Astuce
  caution-caption=Avertissement
  important-caption=Important
  note-caption=Note
+tip-caption=Astuce
  warning-caption=Attention
  figure-caption=Figure
  table-caption=Tableau
diff --git a/lang-hu.conf b/lang-hu.conf
index 39b87d2..af0b0e7 100644
--- a/lang-hu.conf
+++ b/lang-hu.conf
@@ -4,6 +4,8 @@
  #

  [attributes]
+#TODO: Left and right single and double quote characters.
+
  # Captions, used by (X)HTML backends.
  # Captions on RHS are displayed in outputs.
  ifdef::basebackend-html[]
diff --git a/lang-it.conf b/lang-it.conf
index 9c08f45..20d08d0 100644
--- a/lang-it.conf
+++ b/lang-it.conf
@@ -3,6 +3,8 @@
  #

  [attributes]
+#TODO: Left and right single and double quote characters.
+
  # Captions, used by (X)HTML backends.
  # Captions on RHS are displayed in outputs.
  ifdef::basebackend-html[]
diff --git a/lang-nl.conf b/lang-nl.conf
index 5d582f2..3ef2239 100644
--- a/lang-nl.conf
+++ b/lang-nl.conf
@@ -55,3 +55,8 @@ endif::doctype-book[]
  ^Bijlage [A-Z][:.](?P<title>.*)$=appendix

  endif::basebackend-docbook[]
+
+ifdef::doctype-manpage[]
+#TODO: Translation of 'SYNOPSIS'.
+(?i)^SYNOPSIS$=synopsis
+endif::doctype-manpage[]
diff --git a/lang-pt-BR.conf b/lang-pt-BR.conf
index ba390af..d670766 100644
--- a/lang-pt-BR.conf
+++ b/lang-pt-BR.conf
@@ -4,6 +4,8 @@
  #

  [attributes]
+#TODO: Left and right single and double quote characters.
+
  # Captions, used by (X)HTML backends.
  # Captions on RHS are displayed in outputs.
  ifdef::basebackend-html[]

--
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to