decred.org/dcrdex@v1.0.5/client/core/localetest/main.go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  
     6  	"decred.org/dcrdex/client/core"
     7  )
     8  
     9  func main() {
    10  	fmt.Printf("Missing %d translations \n", core.CheckTopicLangs())
    11  }