mirror of
https://github.com/yusufipk/dikte.git
synced 2026-09-12 03:16:19 +00:00
Rebuild the settings window when the language changes
Saving already switched the language everywhere strings are made at the moment they are shown: the tray is rebuilt, the indicator and the message box translate as they speak. The settings window is the one place written once, at construction, so the window that took the new language was the one place still showing the old one, and a tooltip asked for a restart. Now the window remembers the language it was built in, and a save that changed it has the app replace the window: a fresh one comes up where the old one stood, on the same tab. The restart tooltip goes, having nothing left to excuse. Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
co-authored by
Claude Fable 5
parent
569fe7cea8
commit
c7b14ff84e
@@ -158,8 +158,6 @@ TR = {
|
||||
"Automatic (system)": "Otomatik (sistem)",
|
||||
"Turkish": "Türkçe",
|
||||
"English": "İngilizce",
|
||||
"Restart Dikte for the language change to reach every window.":
|
||||
"Dil değişikliğinin her pencereye işlemesi için Dikte'yi yeniden başlat.",
|
||||
"Microphone": "Mikrofon",
|
||||
"Default microphone": "Varsayılan mikrofon",
|
||||
"Speech language": "Konuşma dili",
|
||||
|
||||
Reference in New Issue
Block a user