-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Guides FR tradFile from the Ember Guides to translate in FrenchFile from the Ember Guides to translate in French
Description
Please assign yourself to the issue or let a comment at the very moment you start the translation.
File: guides/tutorial/part-1/orientation.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/orientation.md b/guides/tutorial/part-1/orientation.md
index 50c63566a..a095fefe7 100644
--- a/guides/tutorial/part-1/orientation.md
+++ b/guides/tutorial/part-1/orientation.md
@@ -24,8 +24,8 @@ To verify that your installation was successful, run:
shell
$ ember --version
-ember-cli: 5.11.0
-node: 18.20.4
+ember-cli: 6.0.1
+node: 18.20.5
os: linux x64
@@ -38,7 +38,7 @@ We can create a new project using Ember CLI's `new` command. It follows the patt
shell
$ ember new super-rentals --lang en
installing app
-Ember CLI v5.11.0
+Ember CLI v6.0.1
Creating a new Ember app in /home/runner/work/super-rentals-tutorial/super-rentals-tutorial/dist/code/super-rentals:
create .editorconfig
Metadata
Metadata
Assignees
Labels
Guides FR tradFile from the Ember Guides to translate in FrenchFile from the Ember Guides to translate in French