go-scm/locales/embed.go
Virgil c42cc4a6ce
Some checks failed
Security Scan / security (push) Failing after 10s
Test / test (push) Successful in 2m4s
chore(ax): gofmt exported declaration comments
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-30 05:44:09 +00:00

10 lines
169 B
Go

// SPDX-License-Identifier: EUPL-1.2
// Package locales embeds translation files for this module.
package locales
import "embed"
//
//go:embed *.json
var FS embed.FS