i18n

package
v0.0.0-...-a72660d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatTONs

func FormatTONs(amount int64) string

FormatTONs represents the given amount of nanoTONs in TONs and formats it according to the english locale (#,###.##).

func T

func T(lang string, c C) string

Types

type C

type C = i18n.LocalizeConfig

type M

type M = i18n.Message

type Template

type Template = map[string]interface{}