Safihre
|
faf1a44944
|
Black formatting update
|
4 years ago |
Safihre
|
32f6ec63f2
|
Add NSIS-file to automated pot-file updates
|
4 years ago |
Safihre
|
f0bfb08c2e
|
Update copyright year to 2021
|
4 years ago |
Safihre
|
7d9f9b4d1f
|
Add UTF8 BOM manually to NSIS file
|
5 years ago |
Safihre
|
b7dcd051b1
|
Split the make_mo.py command for NSIS
|
5 years ago |
Safihre
|
c953498a9d
|
Correct spelling error warning_helpful
1f554816b6
Thanks @albino1
|
5 years ago |
Safihre
|
f242053d6c
|
Also parse warning_helpfull correctly for translations
|
5 years ago |
Safihre
|
2540a8174f
|
Squashed Transifex update (3)
|
5 years ago |
Safihre
|
eac5f20937
|
Use GNU gettext formatting for POT-translation files
|
5 years ago |
Safihre
|
f294f8c740
|
Unify header used in POT-files
Removing header generated by pygettext so it doesn't change all the time
|
5 years ago |
Safihre
|
af5acd16f7
|
Correct translation template file
|
5 years ago |
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.
|
5 years ago |
Safihre
|
db5ff8c7e1
|
Code-formatting: optimize imports
|
5 years ago |
Safihre
|
233ab2ee6e
|
Restore Windows Service functionality
|
5 years ago |
Safihre
|
6d8c264e90
|
Update copyright year to 2020
|
5 years ago |
Safihre
|
b0a50a2eac
|
Remove deprecated parameter from gettext
|
5 years ago |
Safihre
|
441cb042a2
|
Py3: Restore translating of Windows-installer file
|
5 years ago |
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
|
6 years ago |
Safihre
|
20ea1d0284
|
Py3: Code-format tools-files
|
6 years ago |
Safihre
|
dbff981050
|
Py3: Rework Email notification
Also applied code-formatter on it.
|
6 years ago |
Safihre
|
0d49dbc6e9
|
Py3: Remove unicoder-function
|
6 years ago |
Safihre
|
2c095e97c9
|
Py3: Encoding-parameter of POpen is not available in Python 3.5
|
6 years ago |
Safihre
|
60afb7f444
|
Update copyright year to 2019
|
6 years ago |
Safihre
|
0ae5c7f8aa
|
Code improvements
|
7 years ago |
svms
|
24cef0b5aa
|
Fix locale compilation in Python 3 (#1176)
* fix locale generation for Python 3
* remove unused import
* Fix compilation on Windows
|
7 years ago |
Safihre
|
2341ea44ec
|
Py3: Fixes after merge from develop
And set the shebang to Python 3 specifc
|
7 years ago |
Safihre
|
01bd0bdce0
|
Small cleanup of generated POT file
|
7 years ago |
Safihre
|
7a7ce47769
|
Remove redundant parentheses
|
7 years ago |
Safihre
|
2cdf284578
|
Update copyright to 2018
|
7 years ago |
Safihre
|
c6054e622c
|
Py3: First 2to3 conversion
|
8 years ago |
Safihre
|
f19b60bd41
|
Also don't list line numbers for NSIS pot file
|
8 years ago |
Safihre
|
3f1a5ff5e0
|
Fix typo in extract_pot.py
|
8 years ago |
Safihre
|
49cd956d4c
|
Do not list line-number for POT files
To avoid commit-overhead when updating texts
|
8 years ago |
Safihre
|
5b3fd812d8
|
Don't break MO-creation on missing Email templates
|
8 years ago |
Safihre
|
b497fe1444
|
Add Hebrew as language
This is an experiment, since Hebrew is LTR language. But a translator translated almost all the texts, so we want to use his efforts!
|
8 years ago |
Safihre
|
f1b139d55d
|
Make extract_pot also work on Windows
|
8 years ago |
Safihre
|
494e72a996
|
Update to 1.2.0 and set version
|
8 years ago |
Safihre
|
cbe4840ce2
|
Update Copyright year to 2017
|
9 years ago |
shypike
|
4225e1a9eb
|
make_mo.py now detects warnings about missing arguments in texts.
Program exit code will be 2 when any warning is detected.
|
9 years ago |
shypike
|
9e46f8adbc
|
A lot of nonfunctional changes from PyLint advice.
One functional change: failed close file due to missing parenthesis.
|
9 years ago |
shypike
|
e6887e8a0d
|
extract_pot.py: Make NSIS file presence optional.
|
9 years ago |
Jonathon Saine
|
565f5fd762
|
Some pep8 cleanup (whitespace/docstring only), focus on root dir along with scripts/tools/util.
|
10 years ago |
shypike
|
687ab5d4f5
|
Update text files and copyright year.
|
10 years ago |
shypike
|
7e5ce06e12
|
Update language templates.
|
12 years ago |
shypike
|
620e10a69f
|
Convert to Unicode application.
This breaks compatibility with existing 0.7.x queues.
Polish and Romanian no longer need conversion to latin1.
|
12 years ago |
ShyPike
|
1545f7a4ef
|
Handle newline idiosyncrasies of gettext for NSIS template.
|
13 years ago |
ShyPike
|
2133092402
|
Add Polish translation (with reduced character set).
|
13 years ago |
ShyPike
|
04c74be144
|
Don't patch translations into the NSIS_Installer.nsi file, but create a temporary file to be used by the packager.
|
13 years ago |
ShyPike
|
3afb1e37cb
|
Some more fixes for Brazilian Portuguese support.
|
13 years ago |
ShyPike
|
3667e7e596
|
Add Portuguese (Brasil) to translations.
|
13 years ago |