mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00: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 %}}