ui calculator

This commit is contained in:
Ilia Denisov
2026-03-30 19:38:24 +02:00
committed by GitHub
parent 17f366cd6b
commit a7793f5416
37 changed files with 2046 additions and 270 deletions
+6
View File
@@ -0,0 +1,6 @@
package client
import "embed"
//go:embed resource/lang
var Translations embed.FS