adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: wastesedge/po remove-potcdate.sin,NONE,1.1 Make


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: wastesedge/po remove-potcdate.sin,NONE,1.1 Makevars,1.1,1.2 fr.po,1.2,1.3
Date: Thu, 22 Aug 2002 12:49:45 -0400

Update of /cvsroot/adonthell/wastesedge/po
In directory subversions:/tmp/cvs-serv32028

Modified Files:
        Makevars fr.po 
Added Files:
        remove-potcdate.sin 
Log Message:
xgettext finally recognizes Python

--- NEW FILE ---
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

Index: Makevars
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/po/Makevars,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makevars    6 May 2002 13:47:17 -0000       1.1
--- Makevars    22 Aug 2002 16:49:42 -0000      1.2
***************
*** 9,14 ****
  top_builddir = ..
  
! # These options get passed to pygettext.
! PYGETTEXT_OPTIONS = --keyword=_ --keyword=N_
  
  # This is the copyright holder that gets inserted into the header of the
--- 9,14 ----
  top_builddir = ..
  
! # These options get passed to xgettext.
! XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ -L Python
  
  # This is the copyright holder that gets inserted into the header of the

Index: fr.po
===================================================================
RCS file: /cvsroot/adonthell/wastesedge/po/fr.po,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** fr.po       22 Aug 2002 16:18:13 -0000      1.2
--- fr.po       22 Aug 2002 16:49:42 -0000      1.3
***************
*** 6,10 ****
  msgstr ""
  "Project-Id-Version: wasstesedge 0.3.2\n"
! "POT-Creation-Date: Wed Aug 21 22:44:32 2002\n"
  "PO-Revision-Date: 2002-04-14 13:32+0200\n"
  "Last-Translator: Alexandre Courbot <address@hidden>\n"
--- 6,10 ----
  msgstr ""
  "Project-Id-Version: wasstesedge 0.3.2\n"
! "POT-Creation-Date: 2002-08-22 18:47+0200\n"
  "PO-Revision-Date: 2002-04-14 13:32+0200\n"
[...12422 lines suppressed...]
! #: scripts/game_events/search_chest.py:41
! msgid "I know this chest. The Lady uses it on her journeys."
  msgstr ""
  
! #: scripts/game_events/search_chest.py:67
! msgid ""
! "Upon opening the chest, a small green something catches your attention ..."
  msgstr ""
  
! #: scripts/game_events/search_chest.py:96
! msgid ""
! "There, inmidst your mistress' luggage, lies one of Master Fingolson's gems."
! msgstr ""
  
! #, fuzzy
! #~ msgid ""
! #~ "And you believe this justifies the discomfort you caused my mistress? "
! #~ msgstr ""
! #~ "Je devrais y penser Talan, considerant l'incomfort que tu as cause a ma "
! #~ "Maitresse."





reply via email to

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