diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index ee2953d6..e41b2e86 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,7 +9,7 @@ PL_FILES = $(shell cat POTFILES.in | sed 's,^,../,') #CFILES = PL_CFILES = $(PL_FILES:%=%_.c) -POFILES = $(shell ls zh_CN*.po) +POFILES = $(shell ls *.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) |