Skip to content

Add Korean language support#128

Open
sjw1980 wants to merge 52 commits intoLOUDO56:updatefrom
sjw1980:main
Open

Add Korean language support#128
sjw1980 wants to merge 52 commits intoLOUDO56:updatefrom
sjw1980:main

Conversation

@sjw1980
Copy link

@sjw1980 sjw1980 commented Feb 26, 2026

Hello!
I've added Korean (ko-KR) translation to make this great tool more accessible to Korean users.

  • Added ko.json
  • Verified that the UI displays correctly in Korean.

Thank you for maintaining this project!

LOUDO56 and others added 30 commits February 5, 2025 11:19
Clarification on how schedule options work.
repeat = 0 does not repeat infinitely. It would be a nice feature though, but I can't currently validate the change (repeat.py and def __play_events(self): => check if repeat_times == 0, then             repeat_times = float('inf')  # Repeat indefinitely if 'times' is set to 0.
Update TUTORIAL.md with detail on schedule options
…infinite_repeat

Added checkbox for infinite repetition
cache settings in memory so we don't repeatedly read the settings file
1. Added a status bar to main window.
2. Added a new boolean option, accessible from options menu: Options | Recordings | Show events on status bar
3. Show event info on status bar during recording if the option is checked.
…language files

Change the way language files are loaded:

* load the current language file
* if the current language is not English, load the English file, then copy over entries that are in the English file but not in the current language file

This way, when we add a new string, we don't need to update all language files at the same time. We can add the new string to English language file first, and the other language files can be updated gradually by translators.
Fixed combination keys not working LOUDO56#85


Fixed app not stopping minimization when playback end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants