mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
splits translations into multiple files (#146)
This commit is contained in:
parent
b40add5d2c
commit
a9c68104ce
14 changed files with 293 additions and 257 deletions
12
setup.py
12
setup.py
|
@ -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'
|
||||
])
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue