]> git.pld-linux.org Git - packages/gDesklets.git/blame - gDesklets-locale.patch
- updated
[packages/gDesklets.git] / gDesklets-locale.patch
CommitLineData
2d25b524 1diff -urN aaa/gDesklets-0.10/locale/install_locales.py gDesklets-0.10/locale/install_locales.py
2--- aaa/gDesklets-0.10/locale/install_locales.py 2003-08-10 12:30:13.000000000 +0200
3+++ gDesklets-0.10/locale/install_locales.py 2003-08-11 17:09:08.000000000 +0200
4@@ -26,8 +26,7 @@
5 print
6
7
8-potfile = os.path.basename(commands.getoutput("ls ../po/*.pot"))
9-domain, nil = os.path.splitext(potfile)
10+domain = "gdesklets"
11 print domain
12 files = os.listdir("../po")
13 for f in files:
This page took 0.029008 seconds and 4 git commands to generate.