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 ae52ac0 commit 13c48b3Copy full SHA for 13c48b3
Documentation/Migration.md
@@ -6,6 +6,10 @@ Pointers for migration between major versions.
6
7
[Demo video: Updating from R.swift 6 to Rswift 7](https://www.youtube.com/watch?v=icihJ_hin3I)
8
9
+#### R.string changes
10
+ - Strings are always formatted using `String(format:)`, even strings without arguments, make sure to escape any percentage signs (`%`) with `%%`
11
+ - Use a custom language: `R.string(preferredLanguages: ["fr"]).example.hello()`
12
+
13
#### Running the executable
14
15
If you're using Swift Package Manager:
0 commit comments