github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/extract_strings/f_option/expected_output/app/app.go.en.json (about)

     1  [
     2      {
     3          "id": "help",
     4          "translation": "help"
     5      },
     6      {
     7          "id": "%s help [COMMAND]",
     8          "translation": "%s help [COMMAND]"
     9      },
    10      {
    11          "id": "VERSION:",
    12          "translation": "VERSION:"
    13      },
    14      {
    15          "id": "CF_NAME",
    16          "translation": "CF_NAME"
    17      },
    18      {
    19          "id": "{{.Title \"NAME:\"}}\n   {{.Name}} - {{.Usage}}\n\n{{.Title \"USAGE:\"}}\n   [environment variables] {{.Name}} [global options] command [arguments...] [command options]\n\n{{.Title \"VERSION:\"}}\n   {{.Version}}\n\n{{.Title \"BUILD TIME:\"}}\n   {{.Compiled}}\n   {{range .Commands}}\n{{.SubTitle .Name}}{{range .CommandSubGroups}}\n{{range .}}   {{.Name}} {{.Description}}\n{{end}}{{end}}{{end}}\n{{.Title \"ENVIRONMENT VARIABLES\"}}\n   CF_COLOR=false                     Do not colorize output\n   CF_HOME=path/to/dir/               Override path to default config directory\n   CF_STAGING_TIMEOUT=15              Max wait time for buildpack staging, in minutes\n   CF_STARTUP_TIMEOUT=5               Max wait time for app instance startup, in minutes\n   CF_TRACE=true                      Print API request diagnostics to stdout\n   CF_TRACE=path/to/trace.log         Append API request diagnostics to a log file\n   HTTP_PROXY=proxy.example.com:8080  Enable HTTP proxying for API requests\n\n{{.Title \"GLOBAL OPTIONS\"}}\n   --version, -v                      Print the version\n   --help, -h                         Show help\n",
    20          "translation": "{{.Title \"NAME:\"}}\n   {{.Name}} - {{.Usage}}\n\n{{.Title \"USAGE:\"}}\n   [environment variables] {{.Name}} [global options] command [arguments...] [command options]\n\n{{.Title \"VERSION:\"}}\n   {{.Version}}\n\n{{.Title \"BUILD TIME:\"}}\n   {{.Compiled}}\n   {{range .Commands}}\n{{.SubTitle .Name}}{{range .CommandSubGroups}}\n{{range .}}   {{.Name}} {{.Description}}\n{{end}}{{end}}{{end}}\n{{.Title \"ENVIRONMENT VARIABLES\"}}\n   CF_COLOR=false                     Do not colorize output\n   CF_HOME=path/to/dir/               Override path to default config directory\n   CF_STAGING_TIMEOUT=15              Max wait time for buildpack staging, in minutes\n   CF_STARTUP_TIMEOUT=5               Max wait time for app instance startup, in minutes\n   CF_TRACE=true                      Print API request diagnostics to stdout\n   CF_TRACE=path/to/trace.log         Append API request diagnostics to a log file\n   HTTP_PROXY=proxy.example.com:8080  Enable HTTP proxying for API requests\n\n{{.Title \"GLOBAL OPTIONS\"}}\n   --version, -v                      Print the version\n   --help, -h                         Show help\n"
    21      },
    22      {
    23          "id": "h",
    24          "translation": "h"
    25      },
    26      {
    27          "id": "Show help",
    28          "translation": "Show help"
    29      },
    30      {
    31          "id": "\n%s\n%s\n\n",
    32          "translation": "\n%s\n%s\n\n"
    33      },
    34      {
    35          "id": "Jan 2, 2006 3:04PM",
    36          "translation": "Jan 2, 2006 3:04PM"
    37      }
    38  ]