-
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-2/ember-data.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-2/ember-data.md b/guides/tutorial/part-2/ember-data.md
index ba1926125..0c094f151 100644
--- a/guides/tutorial/part-2/ember-data.md
+++ b/guides/tutorial/part-2/ember-data.md
@@ -391,9 +391,8 @@ Notice that we are using the `JsonSuffixHandler` we created earlier. We also use
Lastly, let's update our `store` service to use the new `RequestManager` we created.
-js { data-filename="app/services/store.js" data-diff="-1,+2,+3,+4,+5,+6,+7,+8" }
+js { data-filename="app/services/store.js" data-diff="-1,+2,+3,+4,+5,+6,+7" }
export { default } from 'ember-data/store';
-// eslint-disable-next-line ember/use-ember-data-rfc-395-imports
import BaseStore from 'ember-data/store';
import { service } from '@ember/service';
Metadata
Metadata
Assignees
Labels
Guides FR tradFile from the Ember Guides to translate in FrenchFile from the Ember Guides to translate in French