Quellcode durchsuchen

modified kr to ko of list.json

hareha vor 4 Jahren
Ursprung
Commit
cdca3b1e83
1 geänderte Dateien mit 19 neuen und 19 gelöschten Zeilen
  1. 19 19
      docs/list.json

+ 19 - 19
docs/list.json

@@ -1000,35 +1000,35 @@
 
 	},
 
-	"kr": {
+	"ko": {
 	
 		"매뉴얼": {
 	
 			"시작하기": {
-				"장면 만들기": "manual/kr/introduction/Creating-a-scene",
-				"설치": "manual/kr/introduction/Installation",
-				"브라우저 지원": "manual/kr/introduction/Browser-support",
-				"WebGL 호환성 검사": "manual/kr/introduction/WebGL-compatibility-check",
-				"로컬 환경에서 구동 방법": "manual/kr/introduction/How-to-run-things-locally",
-				"Typescript 설정": "manual/kr/introduction/Typescript-setup",
-				"선 그리기": "manual/kr/introduction/Drawing-lines",
-				"텍스트 만들기": "manual/kr/introduction/Creating-text",
-				"3D 모델 불러오기": "manual/kr/introduction/Loading-3D-models",
-				"FAQ": "manual/kr/introduction/FAQ",
-				"참고 링크": "manual/kr/introduction/Useful-links"
+				"장면 만들기": "manual/ko/introduction/Creating-a-scene",
+				"설치": "manual/ko/introduction/Installation",
+				"브라우저 지원": "manual/ko/introduction/Browser-support",
+				"WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
+				"로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
+				"Typescript 설정": "manual/ko/introduction/Typescript-setup",
+				"선 그리기": "manual/ko/introduction/Drawing-lines",
+				"텍스트 만들기": "manual/ko/introduction/Creating-text",
+				"3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
+				"FAQ": "manual/ko/introduction/FAQ",
+				"참고 링크": "manual/ko/introduction/Useful-links"
 			},
 	
 			"심화 과정": {
-				"오브젝트를 업데이트하는 방법": "manual/kr/introduction/How-to-update-things",
-				"오브젝트를 폐기하는 방법": "manual/kr/introduction/How-to-dispose-of-objects",
-				"VR 컨텐츠를 만드는 방법": "manual/kr/introduction/How-to-create-VR-content",
-				"후처리 사용 방법": "manual/kr/introduction/How-to-use-post-processing",
-				"행렬 변환": "manual/kr/introduction/Matrix-transformations",
-				"애니메이션 시스템": "manual/kr/introduction/Animation-system"
+				"오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
+				"오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
+				"VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
+				"후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
+				"행렬 변환": "manual/ko/introduction/Matrix-transformations",
+				"애니메이션 시스템": "manual/ko/introduction/Animation-system"
 			},
 	
 			"빌드 도구": {
-				"NPM 테스트": "manual/kr/buildTools/Testing-with-NPM"
+				"NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
 			}
 	
 		}