Skip to content

Commit 49e7c04

Browse files
committed
docs: fix docs
1 parent 309ec2f commit 49e7c04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,9 @@ limit_chars limit Limits the number of characters to $limit.
389389

390390
limit_words limit Limits the number of words to $limit. { v|limit_words(20) }
391391

392-
local_currency currency, locale Displays a localized version of a currency. "currency" { v|local_currency(EUR,en_US) }
393-
valueis any 3-letter ISO 4217 currency code.
392+
local_currency currency, Displays a localized version of a currency. "currency" { v|local_currency(EUR,en_US) }
393+
locale, valueis any 3-letter ISO 4217 currency code.
394+
fraction
394395

395396
local_number type, precision, Displays a localized version of a number. "type" can be { v|local_number(decimal,2,en_US) }
396397
locale one of: decimal, currency, percent, scientific, spellout,

0 commit comments

Comments
 (0)