Skip to content

📝 add documentation link to event suggestion page#4903

Draft
0AgentSmith wants to merge 5 commits into
Traewelling:developfrom
0AgentSmith:docs-event-creation-link
Draft

📝 add documentation link to event suggestion page#4903
0AgentSmith wants to merge 5 commits into
Traewelling:developfrom
0AgentSmith:docs-event-creation-link

Conversation

@0AgentSmith

Copy link
Copy Markdown
Contributor

Adds German and English link to help pages.

Links are dynamically selected based on the user's language via getActiveLanguage():

@0AgentSmith 0AgentSmith changed the title docs: add documentation link to event suggestion page 📝 add documentation link to event suggestion page Jun 20, 2026
Comment thread resources/tailwind-app/pages/Contribute/SuggestEvent.vue Outdated
Comment thread resources/tailwind-app/pages/Contribute/SuggestEvent.vue Outdated
@0AgentSmith
0AgentSmith requested a review from MrKrisKrisu June 21, 2026 12:12

@MrKrisKrisu MrKrisKrisu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see below.

{{ trans('contribute.suggest_event.description') }}
</p>

<p class="mb-6 text-sm opacity-80">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure, if you have checked if your code is working. I don't see any changes here:

Image

</p>

<p class="mb-6 text-sm opacity-80">
<i18n-t keypath="contribute.suggest_event.wiki_hint" scope="global">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<i18n-t> is a component from vue-i18n, which is not installed in this project. This project uses laravel-vue-i18n so everything here is ignored.

Comment on lines +13 to +18
<HelpPageLink
help-page="/features/events/"
class="link link-primary font-semibold"
>
{{ trans('contribute.suggest_event.wiki_link_text') }}
</HelpPageLink>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run prettier after your changes (see failing tests).

@0AgentSmith
0AgentSmith marked this pull request as draft June 21, 2026 20:26
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