[Freeciv-Dev] Re: (PR#16375) Also missing in POTFILES.in
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: |
[Freeciv-Dev] Re: (PR#16375) Also missing in POTFILES.in |
From: |
"Christian Knoke" <chrisk@xxxxxxxxx> |
Date: |
Wed, 12 Apr 2006 01:16:03 -0700 |
Reply-to: |
bugs@xxxxxxxxxxx |
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=16375 >
Christian Knoke wrote on Apr 12, 00:52 (-0700):
>
> Ignoring all ftwl and sdl related files, the following do remain:
>
> client/ggzclient.c
> client/gui-gtk-2.0/diplomat_dialog.c
> client/gui-stub/chatline.c
> client/gui-stub/mapview.c
> client/gui-win32/canvas.c
> client/gui-xaw/diplomat_dialog.c
> client/gui-xaw/pages.c
> common/events.c
> common/team.c
> data/civ1/game.ruleset
> data/civ2/game.ruleset
> data/default/game.ruleset
> server/auth.c
> server/ggzserver.c
The attached patch adds the files above to POTFILES.in. As a result, I get
$ LANG= msgfmt -c -v --stat po/de.pox
3995 translated messages, 93 fuzzy translations, 60 untranslated messages.
Christian
--
Christian Knoke * * * http://cknoke.de
* * * * * * * * * Ceterum censeo Microsoft esse dividendum.
--- po/POTFILES.in.orig 2006-04-12 10:12:19.260247720 +0200
+++ po/POTFILES.in 2006-04-12 10:08:56.931006440 +0200
@@ -3,10 +3,12 @@
common/city.c
common/connection.c
common/effects.c
+common/events.c
common/map.c
common/packets.c
common/player.c
common/requirements.c
+common/team.c
common/tech.c
common/terrain.c
common/unit.c
@@ -22,6 +24,7 @@
utility/support.c
ai/aicity.c
ai/advdiplomacy.c
+server/auth.c
server/barbarian.c
server/cityhand.c
server/citytools.c
@@ -33,6 +36,7 @@
server/diplhand.c
server/diplomats.c
server/gamehand.c
+server/ggzserver.c
server/handchat.c
server/maphand.c
server/meta.c
@@ -59,6 +63,7 @@
client/clinet.c
client/connectdlg_common.c
client/control.c
+client/ggzclient.c
client/helpdata.c
client/mapctrl_common.c
client/mapview_common.c
@@ -79,6 +84,7 @@
client/gui-gtk-2.0/cma_fe.c
client/gui-gtk-2.0/connectdlg.c
client/gui-gtk-2.0/dialogs.c
+client/gui-gtk-2.0/diplomat_dialog.c
client/gui-gtk-2.0/diplodlg.c
client/gui-gtk-2.0/finddlg.c
client/gui-gtk-2.0/gamedlgs.c
@@ -123,6 +129,9 @@
client/gui-mui/spaceshipdlg.c
client/gui-mui/wldlg.c
client/gui-mui/worklistclass.c
+client/gui-stub/chatline.c
+client/gui-stub/mapview.c
+client/gui-win32/canvas.c
client/gui-win32/chatline.c
client/gui-win32/citydlg.c
client/gui-win32/cityrep.c
@@ -156,6 +165,7 @@
client/gui-xaw/connectdlg.c
client/gui-xaw/dialogs.c
client/gui-xaw/diplodlg.c
+client/gui-xaw/diplomat_dialog.c
client/gui-xaw/graphics.c
client/gui-xaw/gui_main.c
client/gui-xaw/helpdlg.c
@@ -167,6 +177,7 @@
client/gui-xaw/messagedlg.c
client/gui-xaw/messagewin.c
client/gui-xaw/optiondlg.c
+client/gui-xaw/pages.c
client/gui-xaw/plrdlg.c
client/gui-xaw/ratesdlg.c
client/gui-xaw/repodlgs.c
@@ -179,6 +190,9 @@
data/civ2/buildings.ruleset
data/civ1/buildings.ruleset
data/default/cities.ruleset
+data/default/game.ruleset
+data/civ2/game.ruleset
+data/civ1/game.ruleset
data/default/governments.ruleset
data/civ2/governments.ruleset
data/civ1/governments.ruleset
|
|