Skip to content

Commit

Permalink
Increase Chinese support
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhaohaizi committed Jan 25, 2019
1 parent bdcad4b commit 4f64133
Show file tree
Hide file tree
Showing 3 changed files with 4,424 additions and 1,068 deletions.
9 changes: 9 additions & 0 deletions netdata-installer-zh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# shellcheck disable=SC1090,SC1091,SC1117,SC2002,SC2034,SC2044,SC2046,SC2086,SC2129,SC2162,SC2166,SC2181

netdata_source_dir="$(pwd)"

rm ${netdata_source_dir}/web/gui/dashboard_info.js
cp ${netdata_source_dir}/web/gui/dashboard_info_zh.js ${netdata_source_dir}/web/gui/dashboard_info.js
./netdata-installer.sh
Loading

0 comments on commit 4f64133

Please sign in to comment.