[Pkg-anonymity-tools] [onionshare] 119/140: updated OSX release files to support translations split into multiple files (#146)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Mon Sep 29 20:33:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 04ecbf8544dd27c41a7fe0ccc9972725a622c1ff
Author: Micah Lee <micah at micahflee.com>
Date: Mon Sep 22 12:06:30 2014 -0700
updated OSX release files to support translations split into multiple files (#146)
---
setup/onionshare-osx.spec | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/setup/onionshare-osx.spec b/setup/onionshare-osx.spec
index ef8986d..dc72000 100644
--- a/setup/onionshare-osx.spec
+++ b/setup/onionshare-osx.spec
@@ -5,7 +5,6 @@ a = Analysis(['setup/onionshare-launcher.py'],
hookspath=None,
runtime_hooks=None)
a.datas += [
- ('onionshare/strings.json', 'onionshare/strings.json', 'DATA'),
('onionshare/index.html', 'onionshare/index.html', 'DATA'),
('onionshare/404.html', 'onionshare/404.html', 'DATA'),
('images/logo.png', 'images/logo.png', 'DATA'),
@@ -13,6 +12,17 @@ a.datas += [
('images/server_stopped.png', 'images/server_stopped.png', 'DATA'),
('images/server_started.png', 'images/server_started.png', 'DATA'),
('images/server_working.png', 'images/server_working.png', 'DATA'),
+ ('locale/de.json', 'locale/de.json', 'DATA'),
+ ('locale/en.json', 'locale/en.json', 'DATA'),
+ ('locale/es.json', 'locale/es.json', 'DATA'),
+ ('locale/fi.json', 'locale/fi.json', 'DATA'),
+ ('locale/fr.json', 'locale/fr.json', 'DATA'),
+ ('locale/it.json', 'locale/it.json', 'DATA'),
+ ('locale/nl.json', 'locale/nl.json', 'DATA'),
+ ('locale/no.json', 'locale/no.json', 'DATA'),
+ ('locale/pt.json', 'locale/pt.json', 'DATA'),
+ ('locale/ru.json', 'locale/ru.json', 'DATA'),
+ ('locale/tr.json', 'locale/tr.json', 'DATA'),
]
pyz = PYZ(a.pure)
exe = EXE(pyz,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git
More information about the Pkg-anonymity-tools
mailing list