Robert Müller
fd4f61e601
Fix performance regression in copy_fix.py
2024-05-19 19:47:12 +02:00
Robert Müller
e341c56c35
Fix possibly-used-before-assignment
in copy_fix.py
...
Always initialize the variables `local` and `supported` instead of initializing them conditionally, to fix the false-positive `possibly-used-before-assignment` pylint detection.
Closes #8369 .
2024-05-16 20:46:14 +02:00
def
7379a64004
[WIP] Require Python 3.6 (f-strings) and fix pylints
...
So far only done scripts directory, will do the rest if this is
considered good
2022-07-27 09:37:24 +02:00
def
13a8dfa307
Add pylint
...
and fix occurences
2020-12-09 10:40:28 +01:00
def
5b24e95b29
Check translations in github, check formatting strings, fix
2020-11-12 08:57:20 +01:00
def
3daa798639
Implement script/languages support for contexts
2020-09-15 10:30:49 +02:00
def
59cf78be24
Always recreate the language files in same order
...
Alphabetically as the files are located in directory structure.
Keeps the language files more stable
2020-06-30 21:38:14 +02:00
def
2d581e0612
copy_fix: Don't generate comment line, just add missing translations at the end
2020-06-26 23:28:44 +02:00
heinrich5991
41d0f86b12
Use __file__
instead of sys.argv[0]
...
Thanks to @bojidar-bg for the hint.
2018-07-25 09:17:10 +02:00
heinrich5991
945ea1cf28
Make language scripts callable from anywhere
2018-07-25 09:17:09 +02:00
heinrich5991
3a8cc43e13
Move language scripts to scripts/
2018-07-25 00:34:02 +02:00