mirror of
https://gitea.com/gitea/tea.git
synced 2026-08-06 05:39:48 +00:00
committed by
Gitea
parent
1d233402fd
commit
7c024bcd69
+8
@@ -0,0 +1,8 @@
|
||||
// +build appengine
|
||||
|
||||
package runewidth
|
||||
|
||||
// IsEastAsian return true if the current locale is CJK
|
||||
func IsEastAsian() bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user