chore(i18n,curriculum): update translations (#42659)
This commit is contained in:
@@ -78,7 +78,7 @@ passport.use(new GitHubStrategy({
|
||||
(data) => {
|
||||
assert.match(
|
||||
data,
|
||||
/passport\.use.*new GitHubStrategy/gi,
|
||||
/passport\.use.*new GitHubStrategy/gis,
|
||||
'Passport should use a new GitHubStrategy'
|
||||
);
|
||||
assert.match(
|
||||
|
@@ -130,7 +130,7 @@ async (getUserInput) => {
|
||||
};
|
||||
```
|
||||
|
||||
`/api/translate` 路由也應該處理美式英語和英式英語中頭銜/尊稱的縮寫方式。 例如,Doctor Wright 在英式英語中縮寫爲 “Dr Wright”,在美式英語中縮寫爲 “Dr. Wright"”。 查看 `/public/american-to-british-titles.js` 了應用程序應該處理的不同的頭銜。
|
||||
`/api/translate` 路由也應該處理美式英語和英式英語中頭銜/尊稱的縮寫方式。 例如,Doctor Wright 在英式英語中縮寫爲 “Dr Wright”,在美式英語中縮寫爲 “Dr. Wright"”。 請參閱 `/components/american-to-british-titles.js`,瞭解程序應當處理的不同標題。
|
||||
|
||||
```js
|
||||
async (getUserInput) => {
|
||||
|
@@ -40,7 +40,7 @@ dashedName: sudoku-solver
|
||||
- 邏輯處理一個無效的區域 (3x3 網格)
|
||||
- 有效解謎字符串通過 solver
|
||||
- 無效解謎字符串無法通過 solver
|
||||
- solver 返回一個不完整謎題的的預期解決方案
|
||||
- Solver 返回一個不完整謎題的的預期解決方案
|
||||
|
||||
在 `tests/2_functional-tests.js` 中編寫下以下測試:
|
||||
|
||||
|
Reference in New Issue
Block a user