We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cc6e5 commit 9a7a30dCopy full SHA for 9a7a30d
README.md
@@ -28,7 +28,7 @@ let gbp = GBP(109.23)
28
print(usd + gbp) // compile error
29
30
let jpy: JPY = 399 // JPY(399)
31
-print("The total cost is \(localize: JPY, forLocale: .init(identifier: "fr_FR")).)
+print("The total cost is \(localize: JPY, for: .init(identifier: "fr_FR")).)
32
// "The total cost is 399 JPY."
33
```
34
0 commit comments