Skip to content

Commit e9ef130

Browse files
committed
Added print ignored keys ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent 3ea46bb commit e9ef130

File tree

24 files changed

+48
-24
lines changed

24 files changed

+48
-24
lines changed

amazongpt/greasemonkey/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

autoclear-chatgpt-history/greasemonkey/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

brave-omnibox/chromium/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

brave-omnibox/firefox/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

bravegpt/greasemonkey/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

chatgpt-auto-continue/chromium/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

chatgpt-auto-continue/firefox/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

chatgpt-auto-refresh/greasemonkey/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

chatgpt-auto-talk/greasemonkey/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

chatgpt-infinity/chromium/utils/translate-en-messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
Name: translate-en-messages.py
3-
Version: 2026.2.10.8
3+
Version: 2026.2.10.9
44
Author: Adam Lui
55
Description: Translate en/messages.json to other locales
66
Homepage: https://github.com/adamlui/python-utils
@@ -82,6 +82,7 @@ def overwrite_print(msg) : stdout.write('\r' + msg.ljust(terminal_width)[:termin
8282
# Prompt user for keys to ignore
8383
keys_to_ignore = []
8484
while True:
85+
if len(keys_to_ignore) : print('Ignored key(s):', keys_to_ignore)
8586
key = input('Enter key to ignore (or ENTER if done): ')
8687
if not key : break
8788
keys_to_ignore.append(key)

0 commit comments

Comments
 (0)