kubernetes/staging/src/k8s.io/kubectl/pkg/util/i18n/i18n_test.go

var knownTestLocale

func TestTranslation(t *testing.T) {}

func TestTranslationPlural(t *testing.T) {}

func TestTranslationUsingEnvVar(t *testing.T) {}

// resetLazyLoading allows multiple tests to test translation lazy loading by resetting the state
func resetLazyLoading() {}

func TestLazyLoadTranslationFuncIsCalled(t *testing.T) {}

func TestLazyLoadTranslationFuncOnlyCalledIfTranslationsNotLoaded(t *testing.T) {}

func TestSetCustomLoadTranslationsFunc(t *testing.T) {}

func TestSetCustomLoadTranslationsFuncAfterTranslationsLoadedShouldFail(t *testing.T) {}