From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/notification/lang/index.html | 53 --------------------------- files/fr/web/api/notification/lang/index.md | 53 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 files/fr/web/api/notification/lang/index.html create mode 100644 files/fr/web/api/notification/lang/index.md (limited to 'files/fr/web/api/notification/lang') diff --git a/files/fr/web/api/notification/lang/index.html b/files/fr/web/api/notification/lang/index.html deleted file mode 100644 index 3a409d72ff..0000000000 --- a/files/fr/web/api/notification/lang/index.html +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Notification.lang -slug: Web/API/notification/lang -tags: - - API - - API Notifications - - Notification - - Notifications - - Propriété - - Reference -translation_of: Web/API/Notification/lang ---- -

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

- -

La propriété en lecture seule lang de l'interface {{domxref ("Notification")}} indique la langue utilisée dans la notification, comme définis à l'aide de l'option lang lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}.

- -

La langue elle-même est spécifiée à l'aide d'un {{domxref ("DOMString")}} représentant une balise de langue BCP 47. Consultez la page des codes de langue à 2 lettres ISO de Sitepoint pour une référence simple.

- -

Syntaxz

- -
Notification.lang
-
- -

Valeur

- -

Une {{domxref("DOMString")}} spécifiant la balise de langue.

- -

Spécifications

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-lang','lang')}}{{Spec2('Web Notifications')}}Living standard
- -

Browser compatibility

- -

{{Compat("api.Notification.lang")}}

- -

Voir également

- - diff --git a/files/fr/web/api/notification/lang/index.md b/files/fr/web/api/notification/lang/index.md new file mode 100644 index 0000000000..3a409d72ff --- /dev/null +++ b/files/fr/web/api/notification/lang/index.md @@ -0,0 +1,53 @@ +--- +title: Notification.lang +slug: Web/API/notification/lang +tags: + - API + - API Notifications + - Notification + - Notifications + - Propriété + - Reference +translation_of: Web/API/Notification/lang +--- +

{{APIRef("Web Notifications")}}{{AvailableInWorkers}}{{securecontext_header}}

+ +

La propriété en lecture seule lang de l'interface {{domxref ("Notification")}} indique la langue utilisée dans la notification, comme définis à l'aide de l'option lang lors de la création de la notification à l'aide du constructeur {{domxref ("Notification.Notification", "Notification()" )}}.

+ +

La langue elle-même est spécifiée à l'aide d'un {{domxref ("DOMString")}} représentant une balise de langue BCP 47. Consultez la page des codes de langue à 2 lettres ISO de Sitepoint pour une référence simple.

+ +

Syntaxz

+ +
Notification.lang
+
+ +

Valeur

+ +

Une {{domxref("DOMString")}} spécifiant la balise de langue.

+ +

Spécifications

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName('Web Notifications','#dom-notification-lang','lang')}}{{Spec2('Web Notifications')}}Living standard
+ +

Browser compatibility

+ +

{{Compat("api.Notification.lang")}}

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf