Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eec3b97f
Commit
eec3b97f
authored
May 06, 2021
by
Suzanne Selhorn
Committed by
Miguel Rincon
May 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
4fd7fb86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/i18n/externalization.md
doc/development/i18n/externalization.md
+2
-2
No files found.
doc/development/i18n/externalization.md
View file @
eec3b97f
...
...
@@ -493,8 +493,8 @@ To avoid this error, use the applicable HTML entity code (`<` or `>`) inst
### Numbers
Different locales may use different number formats
, to support localization of numbers
we use
`formatNumber`
,
it
leverages
[
`toLocaleString()`
](
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
)
.
Different locales may use different number formats
. To support localization of numbers,
we use
`formatNumber`
,
which
leverages
[
`toLocaleString()`
](
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString
)
.
`formatNumber`
formats numbers as strings using the current user locale by default.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment