This commit is contained in:
committed by
Git OBS Bridge
parent
af3c23ccba
commit
2e40c9b50c
13
xen-linguas.diff
Normal file
13
xen-linguas.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: xen-3.0.5-testing/tools/python/Makefile
|
||||
===================================================================
|
||||
--- xen-3.0.5-testing.orig/tools/python/Makefile
|
||||
+++ xen-3.0.5-testing/tools/python/Makefile
|
||||
@@ -6,7 +6,7 @@ all: build
|
||||
|
||||
# For each new supported translation, add its name here, eg 'fr_FR'
|
||||
# to cause the .po file to be built & installed, eg
|
||||
-LINGUAS :=
|
||||
+LINGUAS := $(shell find xen/xm/messages/ -name '*.po' | sed -e 's,.*/\([^/]*\)/[^/]*$$,\1,')
|
||||
POPACKAGE := xen-xm
|
||||
PODIR := xen/xm/messages
|
||||
POTFILE := $(PODIR)/xen-xm.pot
|
Reference in New Issue
Block a user