fix(i18n): chinese test suite (#38220)

* fix: Chinese test suite

Add localeTiltes, descriptions, and adjust test text and testStrings to get the automated test suite working.

* fix: ran script, updated testStrings and solutions
This commit is contained in:
Kristofer Koishigawa
2020-02-18 01:40:55 +09:00
committed by Mrugesh Mohapatra
parent 6a7a7e6d7d
commit b3213fc892
1264 changed files with 5635 additions and 4331 deletions

View File

@@ -20,16 +20,16 @@ localeTitle: JavaScript算法和数据结构证书
```yml
tests:
- text: ''
testString: !<tag:yaml.org,2002:js/undefined> ''
- text: ''
testString: !<tag:yaml.org,2002:js/undefined> ''
- text: ''
testString: !<tag:yaml.org,2002:js/undefined> ''
- text: ''
testString: !<tag:yaml.org,2002:js/undefined> ''
- text: ''
testString: !<tag:yaml.org,2002:js/undefined> ''
- id: aaa48de84e1ecc7c742e1124
title: Palindrome Checker
- id: a7f4d8f2483413a6ce226cac
title: Roman Numeral Converter
- id: 56533eb9ac21ba0edf2244e2
title: Caesars Cipher
- id: aff0395860f5d3034dc0bfc9
title: Telephone Number Validator
- id: aa2e6f85cab2ab736c9a9b24
title: Cash Register
```