mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
673 B
673 B
title, description, categories, keywords, menu, function, relatedFunctions
title | description | categories | keywords | menu | function | relatedFunctions | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
lang.FormatAccounting | Returns a currency representation of a number for the given currency and precision for the current language in accounting notation. |
|
|
|
|
{{ 512.5032 | lang.FormatAccounting 2 "NOK" }} → NOK512.50
{{% note %}} {{% readfile file="/functions/_common/locales.md" %}} {{% /note %}}