12 lines
165 B
Go
12 lines
165 B
Go
package lang
|
|
|
|
import (
|
|
"fyne.io/fyne/v2/internal/driver/mobile/app"
|
|
|
|
"github.com/jeandeaual/go-locale"
|
|
)
|
|
|
|
func initRuntime() {
|
|
locale.SetRunOnJVM(app.RunOnJVM)
|
|
}
|