embed and load translations into the app

This commit is contained in:
Drew Weymouth
2024-07-21 11:13:39 -07:00
parent d48337c83b
commit 67feea427f
4 changed files with 11 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
package res
import "embed"
//go:embed translations
var Translations embed.FS