trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

trans-coord/gnun/server/gnun recode-escape.in C... [sr-hr]


From: Kaloian Doganov
Subject: trans-coord/gnun/server/gnun recode-escape.in C... [sr-hr]
Date: Fri, 07 Aug 2009 18:17:52 +0000

CVSROOT:        /sources/trans-coord
Module name:    trans-coord
Branch:         sr-hr
Changes by:     Kaloian Doganov <kaloian>       09/08/07 18:17:51

Modified files:
        gnun/server/gnun: recode-escape.in ChangeLog.sr-hr 

Log message:
        * recode-escape.in (default-trans-attrib): Synchronize the list of
        default translatable attributes with po4a's Xhtml module.
        (help-message): Display the default translatable attributes in
        --help output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/recode-escape.in?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.1.2.2&r2=1.1.2.3
http://cvs.savannah.gnu.org/viewcvs/trans-coord/gnun/server/gnun/ChangeLog.sr-hr?cvsroot=trans-coord&only_with_tag=sr-hr&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: recode-escape.in
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/Attic/recode-escape.in,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- recode-escape.in    4 Aug 2009 10:54:51 -0000       1.1.2.2
+++ recode-escape.in    7 Aug 2009 18:17:51 -0000       1.1.2.3
@@ -21,6 +21,9 @@
 ;; along with GNUnited Nations.  If not, see
 ;; <http://www.gnu.org/licenses/>.
 
+(define default-trans-attrib
+  "alt,lang,title") ; List extracted from po4a's Locale/Po4a/Xhtml.pm
+
 (define version-message
   (string-append
    "recode-escape (@PACKAGE_NAME@) @address@hidden"
@@ -36,6 +39,7 @@
    "Usage: recode-escape [OPTION]\n"
    "\n"
    "      --trans-attrib=ATTRIB  Comma separated list of translatable 
attributes\n"
+   "                             (default: " default-trans-attrib ")\n"
    "\n"
    "      --version              Just print version info and return\n"
    "      --help                 Print this usage information message\n"
@@ -49,9 +53,6 @@
     (version (value #f))
     (help (value #f))))
 
-(define default-trans-attrib
-  "alt,title") ; FIXME: Update with po4a's behaviour
-
 (define url-regexps
   
'("((((news|telnet|nntp|file|https?|ftps?)://)|(www|ftp)[-A-Za-z0-9]*\\.)[-A-Za-z0-9\\.]+)(:[0-9]*)?/[-A-Za-z0-9_\\$\\.\\+\\!\\*\\(\\),;:@&=\\?/~\\#\\%]*[^]'\\.}>\\),\\\"]"
     
"((((news|telnet|nntp|file|https?|ftps?)://)|(www|ftp)[-A-Za-z0-9]*\\.)[-A-Za-z0-9\\.]+)(:[0-9]*)?"

Index: ChangeLog.sr-hr
===================================================================
RCS file: 
/sources/trans-coord/trans-coord/gnun/server/gnun/Attic/ChangeLog.sr-hr,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- ChangeLog.sr-hr     4 Aug 2009 10:54:51 -0000       1.1.2.5
+++ ChangeLog.sr-hr     7 Aug 2009 18:17:51 -0000       1.1.2.6
@@ -1,3 +1,10 @@
+2009-08-07  Kaloian Doganov  <address@hidden>
+
+       * recode-escape.in (default-trans-attrib): Synchronize the list of
+       default translatable attributes with po4a's Xhtml module.
+       (help-message): Display the default translatable attributes in
+       --help output.
+
 2009-08-04  Yavor Doganov  <address@hidden>
 
        Complete the migration to PACKAGE_URL.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]