mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(i18n): remove use of gendered pronoun
This commit is contained in:
parent
f9656dab2d
commit
cde840fdf8
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ actual value is understood.
|
|||
|
||||
For example, if you want to display an account balance of 1000 dollars with the following binding
|
||||
containing currency filter: `{{ 1000 | currency }}`, and your app is currently in en-US locale.
|
||||
'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, her
|
||||
'$1000.00' will be shown. However, if someone in a different local (say, Japan) views your app, their
|
||||
browser will specify the locale as ja, and the balance of '¥1000.00' will be shown instead. This
|
||||
will really upset your client.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue