splits translations into multiple files (#146)

This commit is contained in:
Micah Lee 2014-09-19 23:15:20 +00:00
parent b40add5d2c
commit a9c68104ce
14 changed files with 293 additions and 257 deletions

View file

@ -59,6 +59,18 @@ setup(
'images/server_stopped.png',
'images/server_started.png',
'images/server_working.png'
]),
(os.path.join(sys.prefix, 'share/onionshare/locale'), [
'locale/de.json',
'locale/en.json',
'locale/es.json',
'locale/fr.json',
'locale/it.json',
'locale/nl.json',
'locale/no.json',
'locale/pt.json',
'locale/ru.json',
'locale/tr.json'
])
]
)