Skip to content

fix: correct Windows path separator in TranslationService for Linux compatibility#116

Merged
Emy69 merged 2 commits into
Emy69:mainfrom
Zutyosh:fix/linux-compatibility
Apr 7, 2026
Merged

fix: correct Windows path separator in TranslationService for Linux compatibility#116
Emy69 merged 2 commits into
Emy69:mainfrom
Zutyosh:fix/linux-compatibility

Conversation

@Zutyosh

@Zutyosh Zutyosh commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix invalid escape sequence in TranslationService.__init__() where resources\config\i18n used Windows backslashes, causing a SyntaxWarning and broken path resolution on Linux/macOS

Test Plan

  • Run uv venv .venv && uv pip install -r requirements.txt on Linux
  • Activate with source .venv/bin/activate.fish (fish) or source .venv/bin/activate (bash)
  • Run python main.py — app should launch without SyntaxWarning and translations should load correctly

@Emy69 Emy69 merged commit 1ec5be5 into Emy69:main Apr 7, 2026
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.

2 participants