Home Explore Blog CI



kubernetes

content/en/examples/README.md
c542e95be71c239ff587535e89bbb800cca26c43a85475be00000003000000fc
To run the tests for a localization, use the following command:

```
go test k8s.io/website/content/<lang>/examples
```

where `<lang>` is the two character representation of a language. For example:

```
go test k8s.io/website/content/en/examples
```

Chunks
1e4eac45 (1st chunk of `content/en/examples/README.md`)
Title: Running Localization Tests
Summary
This section explains how to run tests for a specific localization of the Kubernetes website examples. The command `go test k8s.io/website/content/<lang>/examples` is used, where `<lang>` represents the two-character language code (e.g., 'en' for English).