Skip to content

Translate /tutorial/part-1/component-basics.md, Ember 6.1 #280

@BlueCutOfficial

Description

@BlueCutOfficial

Please assign yourself to the issue or let a comment at the very moment you start the translation.

File: guides/tutorial/part-1/component-basics.md
From Ember: 5.11
To Ember: 6.1

In the snippet below, you can see what changes were done in the latest English documentation. The purpose of this issue is to adjust the French translation to match the new version:

diff --git a/guides/tutorial/part-1/component-basics.md b/guides/tutorial/part-1/component-basics.md
index 8a4c9d274..96331f834 100644
--- a/guides/tutorial/part-1/component-basics.md
+++ b/guides/tutorial/part-1/component-basics.md
@@ -65,8 +65,9 @@ Let's try it out by editing the index template:
   <h2>Welcome to Super Rentals!</h2>
   <p>We hope you find exactly what you're looking for in a place to stay.</p>
   <LinkTo @route="about" class="button">About Us</LinkTo>
-</div>
 </Jumbo>
+</div>
+
 
 
 ## Refactoring Existing Code
@@ -90,8 +91,8 @@ Let's do the same for our other two pages as well.
     AND building Ember applications.
   </p>
   <LinkTo @route="contact" class="button">Contact Us</LinkTo>
-</div>
 </Jumbo>
+</div>
 
 
 handlebars { data-filename="app/templates/contact.hbs" data-diff="-1,-2,+3,-19,+20" }
@@ -113,8 +114,8 @@ Let's do the same for our other two pages as well.
     <a href="mailto:[email protected]">[email protected]</a>
   </address>
   <LinkTo @route="about" class="button">About</LinkTo>
-</div>
 </Jumbo>
+</div>
 
 
 After saving, everything should look exactly the same as before, and all the tests should still pass. Very nice!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Guides FR tradFile from the Ember Guides to translate in French

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions