@cryptotaxi247 / netdata-1 / commits / bc263dca0

Add Korean translation (#7723)

Chris Akritidis committed Jan 22, 2020 at 12:48 UTC bc263dca06794ae7fb330cf92422f88a0b05917f
2 files changed +2 -1
docs/generator/buildhtml.sh
+1 -1
@@ -91,7 +91,7 @@ prep_html() {
91
92 }
93
94 -for d in "en" "zh" "pt" ; do
94 +for d in "en" "kr" "zh" "pt" ; do
95 echo "Preparing source for $d"
96 cp -r ${SRC_DIR} ${DOCS_DIR}
97 if [ "${d}" != "en" ] ; then
docs/generator/custom/themes/material/partials/header.html
+1
@@ -88,6 +88,7 @@
88 <option href="#" value='en'>English</option>
89 <option href="#" value='zh'>中文</option>
90 <option href="#" value='pt'>Portugues-Brasil</option>
91 + <option href="#" value='kr'>한국어</option>
92 </select>
93 </div>
94