[entropy] split server and client .po files

This commit is contained in:
Fabio Erculiani
2012-04-18 20:02:31 +02:00
parent 10e5f74567
commit 601d41d42b
51 changed files with 143016 additions and 61787 deletions

View File

@@ -9,7 +9,32 @@ NLSPACKAGE = entropy
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
GLADEFILES = $(wildcard ../../magneto/src/magneto/gtk/*.glade)
PYFILES = $(wildcard ../../lib/entropy/transceivers/uri_handlers/*.py) $(wildcard ../../lib/entropy/transceivers/uri_handlers/plugins/*.py) $(wildcard ../../lib/entropy/transceivers/*.py) $(wildcard ../../lib/entropy/db/*.py) $(wildcard ../../lib/entropy/core/*.py) $(wildcard ../../lib/entropy/core/settings/*.py) $(wildcard ../../lib/entropy/core/settings/plugins/*.py) $(wildcard ../../lib/entropy/core/settings/plugins/interfaces/*.py) $(wildcard ../../lib/entropy/spm/*.py) $(wildcard ../../lib/entropy/spm/plugins/*.py) $(wildcard ../../lib/entropy/spm/plugins/portage_plugin/*.py) $(wildcard ../../lib/entropy/spm/plugins/interfaces/portage_plugin/*.py) $(wildcard ../../lib/entropy/spm/plugins/interfaces/*.py) $(wildcard ../../lib/entropy/services/system/*.py) $(wildcard ../../lib/entropy/services/ugc/*.py) $(wildcard ../../lib/entropy/services/repository/*.py) $(wildcard ../../lib/entropy/services/*.py) $(wildcard ../../lib/entropy/server/*.py) $(wildcard ../../lib/entropy/server/interfaces/*.py) $(wildcard ../../lib/entropy/client/services/ugc/*.py) $(wildcard ../../lib/entropy/client/services/system/*.py) $(wildcard ../../lib/entropy/client/services/*.py) $(wildcard ../../lib/entropy/client/*.py) $(wildcard ../../lib/entropy/client/interfaces/*.py) $(wildcard ../../lib/entropy/*.py) $(wildcard ../../client/*.py) $(wildcard ../../server/*.py) $(wildcard ../../server/eit/*.py) $(wildcard ../../server/eit/commands/*.py) $(wildcard ../../magneto/src/magneto/kde/*.py) $(wildcard ../../magneto/src/magneto/gtk/*.py) $(wildcard ../../magneto/src/magneto/core/*.py) ../../services/kernel-switcher
PYFILES = $(wildcard ../../lib/entropy/db/*.py) \
$(wildcard ../../lib/entropy/core/*.py) \
$(wildcard ../../lib/entropy/core/settings/*.py) \
$(wildcard ../../lib/entropy/core/settings/plugins/*.py) \
$(wildcard ../../lib/entropy/core/settings/plugins/interfaces/*.py) \
$(wildcard ../../lib/entropy/spm/*.py) \
$(wildcard ../../lib/entropy/spm/plugins/*.py) \
$(wildcard ../../lib/entropy/spm/plugins/portage_plugin/*.py) \
$(wildcard ../../lib/entropy/spm/plugins/interfaces/portage_plugin/*.py) \
$(wildcard ../../lib/entropy/spm/plugins/interfaces/*.py) \
$(wildcard ../../lib/entropy/services/system/*.py) \
$(wildcard ../../lib/entropy/services/ugc/*.py) \
$(wildcard ../../lib/entropy/services/repository/*.py) \
$(wildcard ../../lib/entropy/services/*.py) \
$(wildcard ../../lib/entropy/client/services/ugc/*.py) \
$(wildcard ../../lib/entropy/client/services/system/*.py) \
$(wildcard ../../lib/entropy/client/services/*.py) \
$(wildcard ../../lib/entropy/client/*.py) \
$(wildcard ../../lib/entropy/client/interfaces/*.py) \
$(wildcard ../../lib/entropy/*.py) \
$(wildcard ../../client/*.py) \
$(wildcard ../../magneto/src/magneto/kde/*.py) \
$(wildcard ../../magneto/src/magneto/gtk/*.py) \
$(wildcard ../../magneto/src/magneto/core/*.py) \
../../services/kernel-switcher
POTFILES = $(PYFILES) $(GLADEFILES)
all: $(NLSPACKAGE).pot $(FMTCATALOGS)

View File

@@ -1,9 +1,3 @@
../lib/entropy/transceivers/uri_handlers/__init__.py
../lib/entropy/transceivers/uri_handlers/skel.py
../lib/entropy/transceivers/uri_handlers/plugins/factory.py
../lib/entropy/transceivers/uri_handlers/plugins/__init__.py
../lib/entropy/transceivers/__init__.py
../lib/entropy/transceivers/exceptions.py
../lib/entropy/db/__init__.py
../lib/entropy/db/exceptions.py
../lib/entropy/db/skel.py
@@ -24,13 +18,6 @@
../lib/entropy/spm/plugins/interfaces/__init__.py
../lib/entropy/services/__init__.py
../lib/entropy/services/client.py
../lib/entropy/server/transceivers.py
../lib/entropy/server/__init__.py
../lib/entropy/server/interfaces/mirrors.py
../lib/entropy/server/interfaces/rss.py
../lib/entropy/server/interfaces/db.py
../lib/entropy/server/interfaces/__init__.py
../lib/entropy/server/interfaces/main.py
../lib/entropy/client/services/interfaces.py
../lib/entropy/client/services/__init__.py
../lib/entropy/client/__init__.py
@@ -75,48 +62,6 @@
../client/text_smart.py
../client/equo.py
../client/text_ui.py
../server/eit.py
../server/eit/__init__.py
../server/eit/colorful.py
../server/eit/main.py
../server/eit/commands/test.py
../server/eit/commands/query.py
../server/eit/commands/add.py
../server/eit/commands/list.py
../server/eit/commands/mv.py
../server/eit/commands/log.py
../server/eit/commands/remove.py
../server/eit/commands/search.py
../server/eit/commands/command.py
../server/eit/commands/graph.py
../server/eit/commands/reset.py
../server/eit/commands/remote.py
../server/eit/commands/help.py
../server/eit/commands/pull.py
../server/eit/commands/bump.py
../server/eit/commands/init.py
../server/eit/commands/push.py
../server/eit/commands/pkgmove.py
../server/eit/commands/repo.py
../server/eit/commands/notice.py
../server/eit/commands/merge.py
../server/eit/commands/__init__.py
../server/eit/commands/repack.py
../server/eit/commands/commit.py
../server/eit/commands/own.py
../server/eit/commands/match.py
../server/eit/commands/lock.py
../server/eit/commands/cleanup.py
../server/eit/commands/files.py
../server/eit/commands/descriptor.py
../server/eit/commands/branch.py
../server/eit/commands/checkout.py
../server/eit/commands/status.py
../server/eit/commands/deps.py
../server/eit/commands/cp.py
../server/eit/commands/revgraph.py
../server/eit/commands/key.py
../server/eit/commands/inject.py
../magneto/src/magneto/kde/interfaces.py
../magneto/src/magneto/kde/components.py
../magneto/src/magneto/kde/__init__.py

View File

@@ -9,10 +9,10 @@ UPLOAD
and pushed using:
$ sh transifex-push # requires transifex-client
$ make transifex-push # requires transifex-client
DOWNLOAD
========
.po files are downloaded via:
$ sh transifex-pull # requires transifex-client
$ make transifex-pull # requires transifex-client

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff