diff options
author | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-09-16 00:51:24 +0000 |
commit | 49480fd1cc43cad88bea216b4508ca6f8a19f313 (patch) | |
tree | 42dedfeedfeb79d08912b974e6f3fa871b2a44d3 /files/fr/web | |
parent | 5e48f8a9807acb369fa0228d16655fc044f4a17b (diff) | |
download | translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.gz translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.tar.bz2 translated-content-49480fd1cc43cad88bea216b4508ca6f8a19f313.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr/web')
-rw-r--r-- | files/fr/web/api/blob/size/index.html (renamed from files/fr/web/api/file/filesize/index.html) | 3 | ||||
-rw-r--r-- | files/fr/web/api/file/name/index.html (renamed from files/fr/web/api/file/filename/index.html) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/fr/web/api/file/filesize/index.html b/files/fr/web/api/blob/size/index.html index b7d03c1e7d..8896e44695 100644 --- a/files/fr/web/api/file/filesize/index.html +++ b/files/fr/web/api/blob/size/index.html @@ -1,12 +1,13 @@ --- title: File.fileSize -slug: Web/API/File/fileSize +slug: Web/API/Blob/size tags: - API - DOM - Fichier - Propriétés translation_of: Web/API/File/fileSize +original_slug: Web/API/File/fileSize --- <p>{{APIRef("File API") }}{{non-standard_header}}</p> diff --git a/files/fr/web/api/file/filename/index.html b/files/fr/web/api/file/name/index.html index 50942c002b..2dddc3083c 100644 --- a/files/fr/web/api/file/filename/index.html +++ b/files/fr/web/api/file/name/index.html @@ -1,6 +1,6 @@ --- title: File.fileName -slug: Web/API/File/fileName +slug: Web/API/File/name tags: - API - DOM @@ -8,6 +8,7 @@ tags: - Nom - Propriétés translation_of: Web/API/File/fileName +original_slug: Web/API/File/fileName --- <p>{{APIRef("File API")}}{{non-standard_header}}</p> |