2020-06-27 03:15:21 +00:00
|
|
|
To run the tests for a localization, use the following command:
|
2017-01-13 21:35:06 +00:00
|
|
|
|
|
|
|
```
|
2020-06-27 03:15:21 +00:00
|
|
|
go test k8s.io/website/content/<lang>/examples
|
2017-01-13 21:35:06 +00:00
|
|
|
```
|
2020-06-27 03:15:21 +00:00
|
|
|
|
|
|
|
where `<lang>` is the two character representation of a language. For example:
|
|
|
|
|
|
|
|
```
|
|
|
|
go test k8s.io/website/content/en/examples
|
|
|
|
```
|
|
|
|
|