mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
9f2a4b378f
* String payload * Verify ENS Names * Update status-protocol-go
9 lines
138 B
Go
9 lines
138 B
Go
// +build appengine
|
|
|
|
package runewidth
|
|
|
|
// IsEastAsian return true if the current locale is CJK
|
|
func IsEastAsian() bool {
|
|
return false
|
|
}
|