- manager: add a script that generates a .pot for the manager

that includes the client source code as well

svn path=/trunk/boinc/; revision=21710
This commit is contained in:
David Anderson 2010-06-09 00:00:58 +00:00
parent 15047b1e4d
commit 80fb9c8381
3 changed files with 1405 additions and 1436 deletions

View File

@ -4189,3 +4189,10 @@ David 8 Jun 2010
hostinfo_unix.cpp
log_flags.cpp
net_stats.cpp
David 8 Jun 2010
- manager: add a script that generates a .pot for the manager
that includes the client source code as well
clientgui/
build_po

3
clientgui/build_po Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
xgettext --keyword=_ -C -o ../locale/templates/BOINC-Manager.pot *.cpp ../client/*.cpp

File diff suppressed because it is too large Load Diff