1/* Metadata represendations of resources that are outside of the autogenerated
2   local resource lists, or that override local resource representations.
3
4   Resources listed here are referenced from sitemap sections and collections,
5   matched by url string if there is no resource existing in ALL_RESOURCES.
6
7   Currently, these articles can override only the generated resources
8   in DISTRIBUTE_RESOURCES. A representation defined here will not be applied
9   when a collection or section specifies a url that's not in DISTRIBUTE_RESOURCEs.
10   Also
11   So if a section url refers to a static doc that's
12   not in a distribute section, you need to create an item for
13   it in this file. Fix is to compare across
14   ALL_RESOURCES_BY_URL.  */
15
16METADATA['ko'].extras = METADATA['ko'].extras.concat([
17 /* TODO Remove standard resources from here, such as below
18 */
19  {
20    "lang": "ko",
21    "title": "구글 플레이 2015년 비전",
22    "category": "",
23    "summary": "G-Star 구글 컨퍼런스",
24    "url": "https://www.youtube.com/watch?v=7X9Ue0Nfdh4&index=2&list=PL_WJkTbDHdBksDBRoqfeyLchEQqBAOlNl",
25    "group": "",
26    "keywords": [],
27    "tags": [],
28    "image": "https://img.youtube.com/vi/7X9Ue0Nfdh4/hqdefault.jpg",
29    "type": "youtube"
30  },
31  {
32    "lang": "ko",
33    "title": "구글 플레이 게임",
34    "category": "",
35    "summary": "게임 프로필, 퀘스트, 세이브드 게임 등의 신기능 소개",
36    "url": "https://www.youtube.com/watch?v=83FpwuschCQ",
37    "group": "",
38    "keywords": [],
39    "tags": [],
40    "image": "https://img.youtube.com/vi/83FpwuschCQ/hqdefault.jpg",
41    "type": "youtube"
42  },
43  {
44    "lang": "ko",
45    "title": "안드로이드 5.0 롤리팝을 맞이하는 개발자를 위한 안내서",
46    "category": "",
47    "summary": "",
48    "url": "https://googledevkr.blogspot.com/2014/11/android50guidefordevelopers.html",
49    "group": "",
50    "keywords": [],
51    "tags": [],
52    "image": "https://lh5.googleusercontent.com/0Gx4Ob_WvIgNOMv3hVMuUm4O7KuSWyxCEFIvy39_6fgXh2q2azqjZf3bpZoEk-LMW-K8GwYMfyYfMUAwp38hhPQ6WFNnddhN2E2_GF3-XBQI_qjhISviz10h_mGgDWsZKA",
53    "type": "blog"
54  },
55  {
56    "lang": "ko",
57    "title": "안드로이드 앱을 위한 머티리얼 디자인 체크 리스트",
58    "category": "",
59    "summary": "",
60    "url": "https://googledevkr.blogspot.com/2014/10/material-design-on-android-checklist.html",
61    "group": "",
62    "keywords": [],
63    "tags": [],
64    "image": "https://lh4.googleusercontent.com/JKoxeDdmsj6gYHV8rmp96U1jHj7FKeMzGBaaFu35kXp5EpJR9Ei9MQFAYghjwJoycdgydw-FZTuFNY8pDx63MWhy37rKC96ajoDXEMzvo9W0sj5yC2-uSYJdhpazVOP2cA",
65    "type": "blog"
66  },
67  {
68    "lang": "ko",
69    "title": "App Compat 라이브러리",
70    "category": "",
71    "summary": "",
72    "url": "https://googledevkr.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html",
73    "group": "",
74    "keywords": [],
75    "tags": [],
76    "image": "https://2.bp.blogspot.com/-7fF9ayZ6PgI/U9iFpk5FNEI/AAAAAAAAAs0/4P4SCvdB_4M/s640/image00.png",
77    "type": "blog"
78  },
79  {
80    "lang": "ko",
81    "title": "구글 플레이 게임 서비스",
82    "category": "",
83    "summary": "다양한 구글 플레이 게임 서비스 기능 알아보기 [영문]",
84    "url": "intl/ko/google/play-services/games.html",
85    "group": "",
86    "keywords": [],
87    "tags": [],
88    "image": "https://developers.google.com/games/services/images/gamescreen3.jpg",
89    "type": "distribute"
90  },
91]);
92
93//must use intl/nn to override translated resources
94METADATA['ko'].carousel = {
95};
96
97/**
98 * Static metadata collections.
99 */
100METADATA['ko'].collections = {
101  "launch/static/ko": {
102    "title": "",
103    "resources": [
104      "https://www.youtube.com/watch?v=7X9Ue0Nfdh4&index=2&list=PL_WJkTbDHdBksDBRoqfeyLchEQqBAOlNl",
105      "https://www.youtube.com/watch?v=83FpwuschCQ",
106      "https://googledevkr.blogspot.com/2014/11/android50guidefordevelopers.html",
107      "https://googledevkr.blogspot.com/2014/10/material-design-on-android-checklist.html",
108      "https://googledevkr.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html",
109      "distribute/googleplay/developer-console.html#alpha-beta",
110      "distribute/googleplay/guide.html",
111      "distribute/essentials/quality/core.html",
112      "https://support.google.com/googleplay/android-developer/answer/4430948?hl=ko",
113      "support.html",
114      "distribute/essentials/quality/wear.html",
115      "tv/index.html",
116      "google/play-services/games.html",
117      "distribute/monetize/ads.html"
118    ]
119  },
120};