| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 48ee6b9 commit 23c5de3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -103,7 +103,7 @@ const spanish = new Intl.DateTimeFormat('es', { month: 'long' }); | |||
| 103 | 103 | console.log(english.format(january)); | |
| 104 | 104 | // Prints "January" | |
| 105 | 105 | console.log(spanish.format(january)); | |
| 106 | - // Prints "M01" on small-icu | ||
| 106 | + // Prints either "M01" or "January" on small-icu, depending on the user’s default locale | ||
| 107 | 107 | // Should print "enero" | |
| 108 | 108 | ``` | |
| 109 | 109 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments