Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cf/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func appHelpTemplate() string {
{{.SubTitle .Name}}{{range .CommandSubGroups}}
{{range .}} {{.Name}} {{.Description}}
{{end}}{{end}}{{end}}
{{.Title "` + T("ENVIRONMENT VARIABLES") + `"}}
{{.Title "` + T("ENVIRONMENT VARIABLES:") + `"}}
CF_COLOR=false ` + T("Do not colorize output") + `
CF_HOME=path/to/dir/ ` + T("Override path to default config directory") + `
CF_PLUGIN_HOME=path/to/dir/ ` + T("Override path to default plugin config directory") + `
Expand All @@ -113,7 +113,7 @@ func appHelpTemplate() string {
CF_TRACE=path/to/trace.log ` + T("Append API request diagnostics to a log file") + `
HTTP_PROXY=proxy.example.com:8080 ` + T("Enable HTTP proxying for API requests") + `

{{.Title "` + T("GLOBAL OPTIONS") + `"}}
{{.Title "` + T("GLOBAL OPTIONS:") + `"}}
--version, -v ` + T("Print the version") + `
--help, -h ` + T("Show help") + `
`
Expand Down
10 changes: 5 additions & 5 deletions cf/i18n/resources/de_DE.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,8 +2050,8 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"translation": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "GLOBAL OPTIONS:",
"modified": false
},
{
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
"modified": false
}
]
]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eof character is introduced. we should not introduce such formatting changes in commits. consider to preserve the original file contents. also look for the same in other files in this commit.

10 changes: 5 additions & 5 deletions cf/i18n/resources/en_US.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,8 +2050,8 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"translation": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "GLOBAL OPTIONS:",
"modified": false
},
{
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
"modified": false
}
]
]
8 changes: 4 additions & 4 deletions cf/i18n/resources/es_ES.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "OPCIONES GLOBALES",
"modified": false
},
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instancias",
"modified": false
}
]
]
6 changes: 3 additions & 3 deletions cf/i18n/resources/fr_FR.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "VARIABLES D'ENVIRONNEMENT",
"modified": false
},
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "OPTIONS GLOBALES",
"modified": false
},
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} d'instances",
"modified": false
}
]
]
10 changes: 5 additions & 5 deletions cf/i18n/resources/it_IT.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,8 +2050,8 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"translation": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "GLOBAL OPTIONS:",
"modified": false
},
{
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
"modified": false
}
]
]
10 changes: 5 additions & 5 deletions cf/i18n/resources/ja_JA.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,8 +2050,8 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"translation": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "GLOBAL OPTIONS:",
"modified": false
},
{
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
"modified": false
}
]
]
6 changes: 3 additions & 3 deletions cf/i18n/resources/pt_BR.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "VARIÁVEIS DE AMBIENTE",
"modified": false
},
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "OPÇÕES GLOBAIS",
"modified": false
},
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instâncias",
"modified": false
}
]
]
6 changes: 3 additions & 3 deletions cf/i18n/resources/zh_CN.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "环境变量",
"modified": false
},
Expand Down Expand Up @@ -2050,7 +2050,7 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "全局选项",
"modified": false
},
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} 乘以 {{.InstanceCount}}实例数",
"modified": false
}
]
]
10 changes: 5 additions & 5 deletions cf/i18n/resources/zh_HK.all.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,8 @@
"modified": false
},
{
"id": "ENVIRONMENT VARIABLES",
"translation": "ENVIRONMENT VARIABLES",
"id": "ENVIRONMENT VARIABLES:",
"translation": "ENVIRONMENT VARIABLES:",
"modified": false
},
{
Expand Down Expand Up @@ -2050,8 +2050,8 @@
"modified": false
},
{
"id": "GLOBAL OPTIONS",
"translation": "GLOBAL OPTIONS",
"id": "GLOBAL OPTIONS:",
"translation": "GLOBAL OPTIONS:",
"modified": false
},
{
Expand Down Expand Up @@ -4684,4 +4684,4 @@
"translation": "{{.Usage}} {{.FormattedMemory}} x {{.InstanceCount}} instances",
"modified": false
}
]
]