mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-25 09:32:54 +00:00
Import multiple language wordbanks, test them
This commit is contained in:
@@ -146,7 +146,7 @@ func getDiffWord(c WordCodec, not string) string {
|
||||
func TestCheckTypoDetection(t *testing.T) {
|
||||
assert, require := assert.New(t), require.New(t)
|
||||
|
||||
banks := []string{"english"}
|
||||
banks := []string{"english", "spanish", "japanese", "chinese_simplified"}
|
||||
|
||||
for _, bank := range banks {
|
||||
codec, err := LoadCodec(bank)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user