Skip to content

Commit ad03c8d

Browse files
committed
Update zh_CN translation status and clean vuepress config
1 parent 51522d5 commit ad03c8d

File tree

3 files changed

+6
-99
lines changed

3 files changed

+6
-99
lines changed

.vuepress/config.js

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ module.exports = {
4646
title: 'Nushell',
4747
description: 'Um novo tipo de shell.',
4848
},
49-
// '/tr/': {
50-
// lang: 'tr',
51-
// title: 'Nushell',
52-
// description: 'A new type of shell.',
53-
// },
5449
},
5550
head: [
5651
['meta', { name: 'theme-color', content: '#3eaf7c' }],
@@ -241,94 +236,6 @@ module.exports = {
241236
],
242237
},
243238
},
244-
'/tr/': {
245-
selectText: 'Languages',
246-
selectLanguageName: 'Turkish',
247-
editLinkText: 'Edit this page on GitHub',
248-
navbar: [
249-
{ text: 'Book', link: '/tr/book/' },
250-
// { text: "Contributor Book", link: "/contributor-book/" },
251-
{ text: 'Cookbook', link: '/cookbook/' },
252-
{ text: 'Blog', link: '/blog/' },
253-
],
254-
sidebar: {
255-
'/tr/book/': [
256-
{
257-
text: 'Getting Started',
258-
collapsable: false,
259-
children: [
260-
// 'README.md',
261-
// 'installation',
262-
// 'thinking_in_nushell',
263-
// 'moving_around',
264-
],
265-
},
266-
{
267-
text: 'Nu Fundamentals',
268-
collapsable: false,
269-
children: [
270-
// 'types_of_data',
271-
// 'loading_data',
272-
// 'working_with_strings',
273-
// 'working_with_lists',
274-
// 'working_with_tables',
275-
// 'pipeline',
276-
// 'command_reference',
277-
],
278-
},
279-
{
280-
text: 'Programming in Nu',
281-
collapsable: false,
282-
children: [
283-
// 'custom_commands',
284-
// 'aliases',
285-
// 'operators',
286-
// 'variables_and_subexpressions',
287-
// 'scripts',
288-
// 'modules',
289-
],
290-
},
291-
{
292-
text: 'Nu as a shell',
293-
collapsable: false,
294-
children: [
295-
// 'configuration',
296-
// 'environment',
297-
// 'stdout_stderr_exit_codes',
298-
// 'escaping',
299-
// '3rdpartyprompts',
300-
// 'shells_in_shells',
301-
// 'line_editor',
302-
// 'externs',
303-
// 'custom_completions',
304-
// 'coloring_and_theming',
305-
],
306-
},
307-
{
308-
text: 'Coming to Nu',
309-
collapsable: false,
310-
children: [
311-
// 'coming_from_bash',
312-
// 'nushell_map',
313-
// 'nushell_map_imperative',
314-
// 'nushell_map_functional',
315-
// 'nushell_operator_map',
316-
],
317-
},
318-
{
319-
text: 'Advanced',
320-
collapsable: false,
321-
children: [
322-
// 'dataframes',
323-
// 'metadata',
324-
// 'creating_errors',
325-
// 'parallelism',
326-
// 'plugins',
327-
],
328-
},
329-
],
330-
},
331-
},
332239
'/es/': {
333240
selectText: 'Idiomas',
334241
selectLanguageName: 'Español',

i18n-meta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
"name": "aliases.md",
2424
"en": "Completed",
25-
"zh-CN": "40925951fc@hustcer",
25+
"zh-CN": "51522d5591@hustcer",
2626
"de": "translated by @sebastian-xyz",
2727
"tr": "-",
2828
"ja": "-",
@@ -32,7 +32,7 @@
3232
{
3333
"name": "coloring_and_theming.md",
3434
"en": "Completed",
35-
"zh-CN": "40925951fc@hustcer",
35+
"zh-CN": "51522d5591@hustcer",
3636
"de": "-",
3737
"tr": "-",
3838
"ja": "-",
@@ -242,7 +242,7 @@
242242
{
243243
"name": "operators.md",
244244
"en": "Completed",
245-
"zh-CN": "1c10f34794@hustcer",
245+
"zh-CN": "51522d5591@hustcer",
246246
"de": "-",
247247
"tr": "-",
248248
"ja": "-",
@@ -252,7 +252,7 @@
252252
{
253253
"name": "overlays.md",
254254
"en": "In progress",
255-
"zh-CN": "1c10f34794@hustcer",
255+
"zh-CN": "51522d5591@hustcer",
256256
"de": "-",
257257
"tr": "-",
258258
"ja": "-",
@@ -392,7 +392,7 @@
392392
{
393393
"name": "working_with_tables.md",
394394
"en": "Completed",
395-
"zh-CN": "40925951fc@hustcer",
395+
"zh-CN": "51522d5591@hustcer",
396396
"de": "-",
397397
"tr": "-",
398398
"ja": "-",

zh-CN/book/overlays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ eggs
132132
133133
`eggs` 命令被添加到 `scratchpad` 中,同时保持 `spam` 不变。
134134
135-
_0.64 版本新增:_
135+
_0.64 版本新增_
136136
为了让上述步骤不那么冗长,你可以使用 [`overlay new`](/book/commands/overlay_new.md) 命令:
137137
138138
```shell

0 commit comments

Comments
 (0)