package resources import ( "embed" ) //go:embed translations var translations embed.FS func GetTranslations() embed.FS { return translations }