mirror of
https://github.com/xHyroM/lighteco.git
synced 2024-11-14 19:38:06 +01:00
13 lines
350 B
YAML
13 lines
350 B
YAML
|
# Currency name
|
||
|
# In singular form
|
||
|
currencyNameSingular: Dollar
|
||
|
# In plural form
|
||
|
currencyNamePlural: Dollars
|
||
|
# Currency code (ISO 4217 code of currency)
|
||
|
# Used for formatting currency
|
||
|
# See https://en.wikipedia.org/wiki/ISO_4217 for more information
|
||
|
currencyCode: USD
|
||
|
# Fractional digits
|
||
|
# How many digits after the decimal point
|
||
|
fractionalDigits: 2
|