dashboard
repositories
filestore
activity
search
login
crazy-macs
/
private-voice
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Stop tracking local release artifacts
Ariver
2026-07-01
ddbd0b7ac03c8e97d8ba54708d61e8c0c96ad160
[crazy-macs/private-voice.git]
/
privatevoice.src
/
internal
/
language
/
detect_other.go
1
2
3
4
5
6
7
//go:build !darwin
package language
func platformLocale() string {
return ""
}