Survey indicator#1348
Conversation
Introduces a new Compose-based survey component to the Welcome screen via WelcomeSurvey.kt. Refactors Welcome.java to include the survey, and updates PDEButton in WelcomeToBeta.kt to support a modifier and proper content color handling.
Replaces the separate 'Take Survey' button with a clickable survey card that opens the survey URL. Adds pointer hover icon for better UX and updates the survey message text.
Added localized strings for the welcome survey title and description in PDE.properties. Updated WelcomeSurvey.kt to use these localized strings. Fixed resource loading paths in Locale.kt to correctly reference the 'languages' directory.
|
Here is an attempt at translation with some LLM help. Note that the survey will only be available in English for now. FrenchParticipez au sondage de la communauté (en anglais) DutchDoe mee aan de community-enquête (in het Engels) GermanNimm an der Community-Umfrage teil (auf Englisch) ItalianPartecipa al sondaggio della community (in inglese) Japaneseコミュニティ調査にご協力ください(英語) Chinese (Simplified)参与社区调查(英文) Arabicشارك في استطلاع المجتمع (بالإنجليزية) |
Sorry, something went wrong.
Introduced 'welcome.survey.title' and 'welcome.survey.description' keys to multiple language property files, providing localized text for the community survey prompt in Arabic, German, French, Italian, Japanese, Dutch, and Chinese. This improves internationalization support for the welcome survey feature.
catilac
left a comment
There was a problem hiding this comment.
💯 !
Sorry, something went wrong.
3e46638
into
processing:main
Dec 2, 2025
Closes #1336
TODO