-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Tutorial custom page title #12012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial custom page title #12012
Changes from all commits
d054b9b
504d384
d831f51
e143ff8
18ba003
20d98b0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ progress.done: Terminer | |
# Tutorial Navigation | ||
tutorial.trackerLabel: Suivi du tutoriel | ||
tutorial.unit: Unité | ||
tutorial.title.prefix: "Tutoriel de création d'un blog : {{title}}" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The only alternative that comes to my mind - if we want to shorten it - would be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't the English one the same? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know how it sounds for native English speakers while it sounds okay to me. However, in French I don't have the same feeling... maybe because of the words order... But that's only my opinion! So, I left this comment in case I was overthinking and that HiDeoo (or anaxite which is French too I believe?) had a different opinion on the matter! 😄 |
||
# Tutorial | ||
tutorial.getReady: Préparez-vous à… | ||
# Code snippet vocabulary | ||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick note that we want this done for all six of the tutorial units (The check in page only) to match this format! (Remove "Check in:" and replace it with "Build a blog tutorial:")
If you're reading this PR, you could be contributing those changes!