10 Commits

Author SHA1 Message Date
43d794373a
Embed application icon as a resource and refactor icon usage
Replaced the external `icon.png` file with an embedded resource using Go's embed functionality. Updated all references to use the new resource, eliminating the need for the standalone icon file.
2025-06-01 19:58:28 +05:00
3241b88158
Refactor localization system and migrate to Fyne's built-in support
Replaced the `i18n` and `toml` dependencies with Fyne's built-in language system for localization management. Updated the `Localizer` implementation to handle translations using JSON files and embed functionality. Simplified language selection and persisted settings via Fyne's preferences API.
2025-06-01 15:20:33 +05:00
d69767f5e9
Remove bbolt database dependency
Replaced bbolt-based database handling with Fyne built-in preferences for storing application settings. Deleted migration logic, database initialization, and error handling related to bbolt, simplifying the codebase and reducing external dependencies.
2025-05-30 00:34:33 +05:00
8347e9fbb2
Changed Readme.md.
Updated instructions for working with translations.
2024-03-17 00:46:39 +05:00
d88586739a
Edited README.md.
src/icon.png to icon.png
src/data to data
src/languages ​​to languages
2024-02-17 21:22:20 +06:00
c4ec958576
Moved the code from src to the root. 2024-02-12 22:21:47 +06:00
a82d283c1a
Added licensed third party. 2024-02-04 15:57:37 +06:00
b7c363faaa
Изменил файл README.md.
Added installation instructions and other useful information.
2024-02-03 20:16:16 +06:00
7cc22e1553
Edit Reademe.md.
Added a screenshot from the program.
2024-01-20 17:39:18 +06:00
1e73a8dc7f Initial commit 2024-01-14 15:49:26 +06:00