Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2021-03-08 01:19:40 +0300
committerJan Klass <kissaki@posteo.de>2021-03-08 20:55:25 +0300
commit63a86c421c265f2fbcfeb4f8050db15f42c5fc6b (patch)
treee6cb4b0b08297b8043150a5189f84fb264532e04 /scripts
parent030ef317bace8f42012beb6a0ceb6230e537b9bd (diff)
MAINT: Remove obsolete comment in updatetranslations.py
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/updatetranslations.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/updatetranslations.py b/scripts/updatetranslations.py
index 35db3ef98..618e2f91e 100755
--- a/scripts/updatetranslations.py
+++ b/scripts/updatetranslations.py
@@ -52,7 +52,6 @@ def Commit(tsfiles: list) -> None:
def Update(lupdatebin, tsfile: str, debuglupdate: bool) -> (int, int, int):
res = subprocess.run([
lupdatebin
- # Do not explain what is being done.
, '-no-ui-lines'
# {sametext|similartext|number}
, '-disable-heuristic', 'similartext'