Skip to content

Commit

Permalink
Add changelog for scenarion translation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainJolidon committed Oct 23, 2024
1 parent 7aa23ce commit 5b282fb
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 2 deletions.
34 changes: 34 additions & 0 deletions pages/changelogs/2024-10-17-scenario-translation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import { MdxLayout } from "components/mdx-layout.tsx";

export const meta = {
slug: "2024-10-17-scenario-translation",
publishedAt: "2024-10-17T15:30:00.000Z",
title: "🌍 Scenario Translation",
headerImage: `${process.env.NEXT_PUBLIC_APP_HOST}/imgs/response-translation.png`,
authors: [
{
name: "Romain Jolidon",
description: "Fullstack Developer",
avatarUrl: `${process.env.NEXT_PUBLIC_APP_HOST}/authors/romain-jolidon.png`,
},
],
};

With the new **Scenario Translation** feature, users can effortlessly translate their surveys from the default language to any language available in their workspace with just a single click.

This enhancement streamlines the process of creating multilingual surveys, ensuring that your audience can engage with your content in their preferred language, thereby improving accessibility and user experience.

---

To translate a survey, follow these steps:
- Click on the button **Translate** in the survey editor.
- A panel should open. From here, select the target language you want.
- When you are done, click on the **Translate** button at then very bottom of the panel.
- Wait for the translation to be done. It should only take some seconds.
- Read the translated result and arrange the wording like you want.

export default ({ children, ...rest }) => (
<MdxLayout meta={meta} {...rest}>
{children}
</MdxLayout>
);
Binary file added public/imgs/response-translation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"slug":"2024-07-15-dashboard-homepage","publishedAt":"2024-07-15T12:30:00.000Z","title":"🏡 Dashboard Homepage","headerImage":"http://localhost:3004/imgs/dashboard-homepage.png","authors":[{"name":"Samuel Berthe","description":"Cofounder","avatarUrl":"http://localhost:3004/authors/samuel-berthe.png"},{"name":"Alexis Rouillard","description":"Tech lead","avatarUrl":"http://localhost:3004/authors/alexis-rouillard.png"},{"name":"Martin Dequatremare","description":"Tech Lead","avatarUrl":"http://localhost:3004/authors/martin-dequatremare.png"},{"name":"Romain Jolidon","description":"Fullstack Developer","avatarUrl":"http://localhost:3004/authors/romain-jolidon.png"},{"name":"Clément Chaban","description":"Fullstack developer","avatarUrl":"http://localhost:3004/authors/clement-chaban.png"}]},{"slug":"2024-07-15-email-survey","publishedAt":"2024-07-15T12:30:00.000Z","title":"📧 Email Survey","headerImage":"http://localhost:3004/imgs/email-survey.png","authors":[{"name":"Romain Jolidon","description":"Fullstack Developer","avatarUrl":"http://localhost:3004/authors/romain-jolidon.png"}]},{"slug":"2024-05-07-ignore-anonymous-users","publishedAt":"2024-05-07T12:30:00.000Z","title":"💊 Ignore Anonymous Users","headerImage":"http://localhost:3004/imgs/ignore-anonymous-users.png","authors":[{"name":"Samuel Berthe","description":"Cofounder","avatarUrl":"http://localhost:3004/authors/samuel-berthe.png"},{"name":"Alexis Rouillard","description":"Tech lead","avatarUrl":"http://localhost:3004/authors/alexis-rouillard.png"}]}]
[{"slug":"2024-10-17-scenario-translation","publishedAt":"2024-10-17T15:30:00.000Z","title":"🌍 Scenario Translation","headerImage":"http://localhost:3004/imgs/response-translation.png","authors":[{"name":"Romain Jolidon","description":"Fullstack Developer","avatarUrl":"http://localhost:3004/authors/romain-jolidon.png"}]},{"slug":"2024-08-29-feedback-button","publishedAt":"2024-08-29T12:30:00.000Z","title":"👋 Feedback Button","headerImage":"http://localhost:3004/imgs/feedback-button-survey.png","authors":[{"name":"Clément Chaban","description":"Fullstack developer","avatarUrl":"http://localhost:3004/authors/clement-chaban.png"}]},{"slug":"2024-07-15-dashboard-homepage","publishedAt":"2024-07-15T12:30:00.000Z","title":"🏡 Dashboard Homepage","headerImage":"http://localhost:3004/imgs/dashboard-homepage.png","authors":[{"name":"Samuel Berthe","description":"Cofounder","avatarUrl":"http://localhost:3004/authors/samuel-berthe.png"},{"name":"Alexis Rouillard","description":"Tech lead","avatarUrl":"http://localhost:3004/authors/alexis-rouillard.png"},{"name":"Martin Dequatremare","description":"Tech Lead","avatarUrl":"http://localhost:3004/authors/martin-dequatremare.png"},{"name":"Romain Jolidon","description":"Fullstack Developer","avatarUrl":"http://localhost:3004/authors/romain-jolidon.png"},{"name":"Clément Chaban","description":"Fullstack developer","avatarUrl":"http://localhost:3004/authors/clement-chaban.png"}]}]
16 changes: 15 additions & 1 deletion public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Screeb Changelog</title>
<link>http://localhost:3004</link>
<description>How Screeb gets better every week</description>
<lastBuildDate>Mon, 08 Jul 2024 15:23:04 GMT</lastBuildDate>
<lastBuildDate>Wed, 23 Oct 2024 13:02:29 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>Feed for Screeb changelog</generator>
<image>
Expand All @@ -13,6 +13,20 @@
<link>http://localhost:3004</link>
</image>
<copyright>All rights reserved 2024, Screeb</copyright>
<item>
<title><![CDATA[🌍 Scenario Translation]]></title>
<link>http://localhost:3004/changelogs/2024-10-17-scenario-translation</link>
<guid>http://localhost:3004/changelogs/2024-10-17-scenario-translation</guid>
<pubDate>Thu, 17 Oct 2024 15:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/response-translation.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[👋 Feedback Button]]></title>
<link>http://localhost:3004/changelogs/2024-08-29-feedback-button</link>
<guid>http://localhost:3004/changelogs/2024-08-29-feedback-button</guid>
<pubDate>Thu, 29 Aug 2024 12:30:00 GMT</pubDate>
<enclosure url="http://localhost:3004/imgs/feedback-button-survey.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[🏡 Dashboard Homepage]]></title>
<link>http://localhost:3004/changelogs/2024-07-15-dashboard-homepage</link>
Expand Down

0 comments on commit 5b282fb

Please sign in to comment.