Safihre
7e5a43e95c
Revert "Code-formatting: optimize imports"
...
This reverts commit db5ff8c7e1 .
Does not work on Python 3.4/3.6. Not really sure why, but don't want to investigate right now.
2020-06-14 11:29:54 +02:00
Safihre
db5ff8c7e1
Code-formatting: optimize imports
2020-06-14 10:21:33 +02:00
Safihre
233ab2ee6e
Restore Windows Service functionality
2020-05-05 11:14:53 +02:00
Safihre
6d8c264e90
Update copyright year to 2020
2020-04-25 16:30:38 +02:00
Safihre
a9185b4aee
Py3: Add pygettext to repo and basic test of POT extraction
...
Python is deprecating pygettext.py so we better have our own, just like msgfmt.py
2019-03-06 08:54:22 +01:00
Safihre
20ea1d0284
Py3: Code-format tools-files
2019-02-26 08:29:00 +01:00
Safihre
d7bea6f134
Merge branch 'develop' into py3
2018-12-25 10:54:56 +01:00
Safihre
60afb7f444
Update copyright year to 2019
2018-12-24 11:51:48 +01:00
Safihre
2341ea44ec
Py3: Fixes after merge from develop
...
And set the shebang to Python 3 specifc
2018-10-12 21:05:19 +02:00
Safihre
579e07adc3
Merge branch 'develop' into py3
2018-10-12 10:10:10 +02:00
Safihre
01bd0bdce0
Small cleanup of generated POT file
2018-09-07 10:11:00 +02:00
Safihre
7a7ce47769
Remove redundant parentheses
2018-09-05 11:26:38 +02:00
Safihre
6cf701599c
Merge branch 'develop' into py3
2018-05-30 15:07:10 +02:00
Safihre
2cdf284578
Update copyright to 2018
2018-03-15 13:14:08 +01:00
Safihre
c6054e622c
Py3: First 2to3 conversion
2017-10-28 14:53:31 +02:00
Safihre
f19b60bd41
Also don't list line numbers for NSIS pot file
2017-06-22 21:46:55 +02:00
Safihre
3f1a5ff5e0
Fix typo in extract_pot.py
2017-06-22 09:32:59 +02:00
Safihre
49cd956d4c
Do not list line-number for POT files
...
To avoid commit-overhead when updating texts
2017-06-21 22:17:49 +02:00
Safihre
f1b139d55d
Make extract_pot also work on Windows
2017-03-07 17:25:03 +01:00
Safihre
cbe4840ce2
Update Copyright year to 2017
2016-12-16 10:30:15 +01:00
shypike
e6887e8a0d
extract_pot.py: Make NSIS file presence optional.
2016-03-20 18:32:52 +01:00
Jonathon Saine
565f5fd762
Some pep8 cleanup (whitespace/docstring only), focus on root dir along with scripts/tools/util.
2015-09-23 08:47:18 -05:00
shypike
687ab5d4f5
Update text files and copyright year.
2015-04-11 19:16:17 +02:00
shypike
7e5ce06e12
Update language templates.
2013-05-05 12:13:44 +02:00
shypike
620e10a69f
Convert to Unicode application.
...
This breaks compatibility with existing 0.7.x queues.
Polish and Romanian no longer need conversion to latin1.
2013-03-10 23:15:30 +01:00
ShyPike
b9efcaa5a1
Update copyright stuff.
2012-03-26 19:29:29 +02:00
shypike
05ab19b5a6
Email notification for failed URL fetches.
2012-02-25 12:42:27 +01:00
ShyPike
6442391589
Output po/nsis/SABnsis.pot in Unix format too.
2011-06-25 09:49:06 +02:00
ShyPike
2b6411efb0
tools/extract_pot.py should convert NSIS's $\n and $\r to POT's \\n and \\r
2011-03-13 00:50:48 +01:00
ShyPike
cd0d486edb
Add support for extracting translator instructions info from source files.
...
These instructions should go into #. records in POT files.
Since Launchpad ignores #. records, add the info to the #: record instead.
Add first batch of translator instructions to various sourcefiles.
2011-02-12 15:17:38 +01:00
ShyPike
4bb4de11b3
Update copyrights to 2011.
2011-01-01 14:33:41 +01:00
shypike@sabnzbd.org
5b07f47dfd
make_mo.py: stop if msgfmt command is not available.
...
Set x-bit for tools extract_pot.py and make_mo.py.
2010-09-20 20:49:40 +02:00
ShyPike
8622469d3a
Fix extract_pot.py and make_mo.py for Unix usage.
...
Use Tx() in api.py skin_text translator.
Update POT files.
2010-09-06 00:07:51 +02:00
ShyPike
9dc50b5c41
Convert to GNU gettext following the Launchpad translation guidelines.
...
Implements blueprints "go-gettext" and "code-gettext".
Use tools/extract_pot.py to create new POT files.
Use tools/make_mo.py to create MO files, email template translations and patch the NSIS_Installer.nsi script.
2010-09-05 21:35:47 +02:00