]> git.pld-linux.org Git - packages/gDesklets.git/blob - gDesklets-locale.patch
- updated
[packages/gDesklets.git] / gDesklets-locale.patch
1 diff -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.493716 seconds and 3 git commands to generate.