Fixes to testing guide (for Windows only) (#304)

* Fixes to testing guide (for Windows only)

* Fixed line ending detection for UNIX and Windows

* Removed incorrect instructions about translations

* Removed redudant heading and turned it into a note.
This commit is contained in:
neilsutcliffe 2017-12-18 20:48:53 +01:00 committed by Joel Marcey
parent 1db69285e5
commit 21cbece838
4 changed files with 15 additions and 10 deletions

View file

@ -176,6 +176,10 @@ const languages = [
name: "中文",
tag: "zh-Hans"
},
{ enabled: false, name: "繁體中文", tag: "zh-Hant" }
{
enabled: false,
name: "繁體中文",
tag: "zh-Hant"
}
];
module.exports = languages;