Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some strings not translated #46

Open
2 tasks done
dbitouze opened this issue Mar 1, 2021 · 1 comment
Open
2 tasks done

Some strings not translated #46

dbitouze opened this issue Mar 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@dbitouze
Copy link
Contributor

dbitouze commented Mar 1, 2021

Checklist

  • I use the latest release of atbswp
  • 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").

@RMPR
Copy link
Owner

RMPR commented Mar 6, 2021 via email

@RMPR RMPR added the enhancement New feature or request label Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants