From 9d1d251c6bda5fd546a35c736cfaf9c7df0a84e5 Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:19:05 +0100 Subject: [PATCH] [ko] sync translated content (#16741) ko: sync translated content --- files/ko/_redirects.txt | 1 + .../{web/api/file => conflicting/web/api/blob}/type/index.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) rename files/ko/{web/api/file => conflicting/web/api/blob}/type/index.md (96%) diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 4315f27e53a784..8993f549c92ae5 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -441,6 +441,7 @@ /ko/docs/Web/API/Fetch_API/Fetch의_사용법 /ko/docs/Web/API/Fetch_API/Using_Fetch /ko/docs/Web/API/File/Using_files_from_web_applications /ko/docs/Web/API/File_API/Using_files_from_web_applications /ko/docs/Web/API/File/size /ko/docs/Web/API/Blob/size +/ko/docs/Web/API/File/type /ko/docs/conflicting/Web/API/Blob/type /ko/docs/Web/API/FileReader.result /ko/docs/Web/API/FileReader/result /ko/docs/Web/API/GlobalEventHandlers/onchange /ko/docs/Web/API/HTMLElement/change_event /ko/docs/Web/API/GlobalEventHandlers/oncontextmenu /ko/docs/Web/API/Element/contextmenu_event diff --git a/files/ko/web/api/file/type/index.md b/files/ko/conflicting/web/api/blob/type/index.md similarity index 96% rename from files/ko/web/api/file/type/index.md rename to files/ko/conflicting/web/api/blob/type/index.md index 83215f728759f5..8b97b509fad843 100644 --- a/files/ko/web/api/file/type/index.md +++ b/files/ko/conflicting/web/api/blob/type/index.md @@ -1,6 +1,7 @@ --- title: File.type -slug: Web/API/File/type +slug: conflicting/Web/API/Blob/type +original_slug: Web/API/File/type --- {{APIRef("File API")}}