mirror of https://github.com/BOINC/boinc.git
- 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:
parent
15047b1e4d
commit
80fb9c8381
|
@ -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
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue