[Freeciv-Dev] Re: (PR#11537) missing potfiles
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11537 >
On Fri, Dec 17, 2004 at 01:17:11AM -0800, Jason Short wrote:
>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=11537 >
>
> > [chrisk - Thu Dec 16 11:44:02 2004]:
>
> > See attached diff 'potfiles.diff'
>
> Is this for dev or 2.0 branch? Are we missing any msgids for 2.0?
For 2.0. Yes.
> > But there is a file POTFILES.skip with the following content:
> >
> > client/gui-stub/chatline.c
> > client/gui-stub/connectdlg.c
> > client/gui-stub/dialogs.c
> > client/gui-stub/mapview.c
> >
> > I don't see why these files are there. Should the list be emptied,
> > enhenced or just stay?
>
> These files do have translatable strings but they will never need to be
> translated (gui-stub will never be run).
Uh?
> Some programs look
> automatically for files that are missing from POTFILES.in; the
> POTFILES.skip files tells these programs to skip reporting errors on
> these files.
Ok. I have made a new patch potfiles2.diff without these files.
Christian
--
Christian Knoke * * * http://cknoke.de
* * * * * * * * * Ceterum censeo Microsoft esse dividendum.
--- po/POTFILES.in.orig 2004-12-17 10:58:09.000000000 +0100
+++ po/POTFILES.in 2004-12-17 10:58:35.000000000 +0100
@@ -2,6 +2,7 @@
# (Filenames relative to top-level directory.)
common/city.c
common/connection.c
+common/effects.c
common/map.c
common/packets.c
common/player.c
@@ -10,8 +11,10 @@
common/unittype.c
common/version.c
common/aicore/cm.c
+utility/fciconv.c
+utility/inputfile.c
utility/log.c
-utility/mem.c
+utility/registry.c
utility/shared.c
utility/support.c
ai/aicity.c
@@ -57,10 +60,12 @@
client/control.c
client/helpdata.c
client/mapctrl_common.c
+client/mapview_common.c
client/messagewin_common.c
client/options.c
client/packhand.c
client/plrdlg_common.c
+client/repodlgs_common.c
client/text.c
client/tilespec.c
client/agents/cma_core.c
@@ -79,7 +84,6 @@
client/gui-gtk-2.0/gui_stuff.c
client/gui-gtk-2.0/happiness.c
client/gui-gtk-2.0/helpdlg.c
-client/gui-gtk-2.0/inputdlg.c
client/gui-gtk-2.0/inteldlg.c
client/gui-gtk-2.0/mapctrl.c
client/gui-gtk-2.0/mapview.c
@@ -142,6 +146,7 @@
client/gui-win32/chatline.c
client/gui-win32/citydlg.c
client/gui-win32/cityrep.c
+client/gui-win32/cma_fe.c
client/gui-win32/connectdlg.c
client/gui-win32/dialogs.c
client/gui-win32/diplodlg.c
@@ -167,7 +172,6 @@
client/gui-xaw/citydlg.c
client/gui-xaw/cityrep.c
client/gui-xaw/cma_fe.c
-client/gui-xaw/colors.c
client/gui-xaw/connectdlg.c
client/gui-xaw/dialogs.c
client/gui-xaw/diplodlg.c
@@ -180,12 +184,12 @@
client/gui-xaw/mapview.c
client/gui-xaw/menu.c
client/gui-xaw/messagedlg.c
-client/gui-xaw/messagewin.c
client/gui-xaw/optiondlg.c
client/gui-xaw/plrdlg.c
client/gui-xaw/ratesdlg.c
client/gui-xaw/repodlgs.c
client/gui-xaw/wldlg.c
+manual/civmanual.c
data/Freeciv.in
data/helpdata.txt
data/default/buildings.ruleset
@@ -294,3 +298,4 @@
data/nation/viking.ruleset
data/nation/welsh.ruleset
data/nation/zulu.ruleset
+data/themes/morgan/640x480/mapview.prop
|
|