Commit Graph

18 Commits

Author SHA1 Message Date
woozepao 26154a6cdb update en_US.json 2025-10-04 17:51:57 -05:00
cupcat121 4ff6b2a30a update en_US translation 2025-09-06 12:21:07 +08:00
月月 6df7482b3d translations:update zh_CN.json and en_US.json;
Add "Corner style" and Bar layout to translation
2025-08-24 02:28:33 +08:00
Runze e39c1af5ae chore(bar): add WlrLayer.Overlay in StyledPopup and delete temperature translation 2025-08-10 02:51:54 +08:00
Runze 061bb2abeb feat(bar): unify popup handling and improve layouts
- Unified popup handling in ClockWidget, Resource, BatteryPopup, and WeatherBar
  using PanelWindow + LazyLoader for consistent positioning and compositor animations.
- Replaced plain text with ColumnLayout and RowLayout where possible, adding
  MaterialSymbol icons for improved visual consistency with the overall desktop style.
- Added Translation.tr() for bilingual (Chinese/English) support to avoid hardcoded strings.
- Based on improvements from PR #1771 (mine) and PR #1773 (by @finjener), merged and refined into a more polished and practical solution.
2025-08-06 18:02:55 +08:00
Runze 3a6c032782 Added a small battery popup to show information 2025-08-05 17:21:36 +08:00
月月 7f3fb26651 Translation: Update weather information card title to support multiple languages, and clean up unnecessary translation entries 2025-07-17 22:01:41 +08:00
end-4 1e7c84a6c1 translations: update qsTrs to Translation.tr and allow translation of notifications 2025-07-17 13:57:55 +07:00
月月 fec4990506 translations: Update chat save message in Chinese translations 2025-07-17 08:45:25 +08:00
月月 2b2733679c i18n: Update translation for online model disallowance message to remove model name reference 2025-07-16 23:46:02 +08:00
月月 8a68cf207a i18n: Refactor translation management tools and add ignore feature for dynamic resources
- Updated README.md to reflect changes in translation management tools and added ignore mark feature for dynamic resources.
- Created Chinese translation guide for the translation management tools.
- Created English translation guide for the translation management tools.
- Enhanced translation-cleaner.py to skip keys marked with /*keep*/ during cleanup.
- Improved translation-manager.py to create backups only when updating keys interactively.
- Updated zh_CN.json with new translations and added ignore marks for dynamic values.
2025-07-16 23:36:47 +08:00
月月 2ad60a40a8 i18n: Refactor string formatting to use arg() method for translations 2025-07-16 21:11:27 +08:00
月月 2eff8d6db4 i18n: Fix translatable string extraction tool bug. 2025-07-14 15:08:40 +08:00
月月 8f3b2474d2 i18n: Add multilingual support for the Settings interface and update the Simplified Chinese translation file. 2025-07-14 00:33:03 +08:00
月月 fb0d3f7f40 i18n:Replace qstr with Translation.tr and update the translation file 2025-07-12 22:46:24 +08:00
月月 cef02f367b Merge remote-tracking branch 'origin/main' into addon-i18n 2025-06-21 09:10:40 +08:00
月月 89e25e3504 Add translation management tool suite and update Chinese translations
- Introduced a comprehensive guide for the translation management tool suite, detailing components, usage, and best practices.
- Added `translation-manager.py`, `translation-cleaner.py`, and `manage-translations.sh` scripts for managing translations.
- Updated the Chinese translation file (`zh_CN.json`) to improve existing translations and remove unused keys.
- Enhanced documentation with examples and troubleshooting tips for better user experience.
2025-06-17 14:29:33 +08:00
月月 b32734b9f5 Quickshell qstr seems not to be working, trying to implement custom translation
Add Chinese (zh_CN) translations for Quickshell interface and settings
2025-06-17 12:54:22 +08:00