atbswp
atbswp copied to clipboard
Some strings not translated
trafficstars
Checklist
- [x] I use the latest release of atbswp
- [x] The issue is not existing yet
Verbose log
#!/bin/env python3
# Created by atbswp (https://github.com/rmpr/atbswp)
# on 05 Nov 2020
import pyautogui
import time
pyautogui.FAILSAFE = False
pyautogui.moveTo(1087, 812)
pyautogui.mouseDown(565, 342, 'left')
pyautogui.mouseUp(565, 342, 'left')
time.sleep(2)
pyautogui.mouseDown(906, 338, 'left')
pyautogui.mouseUp(906, 338, 'left')
time.sleep(1)
pyautogui.mouseDown(829, 498, 'left')
pyautogui.mouseUp(829, 498, 'left')
time.sleep(1)
pyautogui.mouseDown(867, 651, 'left')
pyautogui.mouseUp(867, 651, 'left')
time.sleep(2)
pyautogui.mouseDown(941, 200, 'left')
pyautogui.mouseUp(941, 200, 'left')
time.sleep(1)
Miscellaneous information
Operating System
Linux Mageia 8
Desktop Environment/Window Manager
Plasma
Python version
Python 3.8.7
Description
The strings of the pop-up "Repeat Count" are not translated ("Repeat Count" and "Choose a repeat count").
The strings of the pop-up "Repeat Count" are not translated ("Repeat Count" and "Choose a repeat count").
I am well aware of this problem and hopefully will sort things out for a next release.
Thanks.