forked from juneHQ/changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog for scenarion translation
- Loading branch information
1 parent
7aa23ce
commit 5b282fb
Showing
4 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}]}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters