Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Commit 87fb9be

Browse files
committed
Doc update
1 parent ca75174 commit 87fb9be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,27 +151,31 @@ Installation
151151
Becomes: {{ value | glDate:pattern[:locale] }}
152152

153153
**pattern** is an object
154+
154155
If **locale** is ommited then current locale will be used
155156

156157
* Original **.formatMessage( path [, variables ] )**
157158

158159
Becomes: {{ path | glMessage[:variables][:locale] }}
159160

160161
**variables** argument is an object and is optional
162+
161163
If **locale** is ommited then current locale will be used
162164

163165
* Original **.formatNumber( value [, options] )**
164166

165167
Becomes: {{ value | glNumber[:options][:locale] }}
166168

167169
**options** argument is an object and is optional
170+
168171
If **locale** is ommited then current locale will be used
169172

170173
* Original **.formatCurrency( value, currency [, options] )**
171174

172175
Becomes: {{ value | glCurrency:currency[:options][:locale] }}
173176

174177
**currency** is a string like "USD", **options** is an object and is optional
178+
175179
If **locale** is ommited then current locale will be used
176180

177181
9. The service

0 commit comments

Comments
 (0)