Skip to content

Commit 13c48b3

Browse files
committed
Update migration guide
1 parent ae52ac0 commit 13c48b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/Migration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Pointers for migration between major versions.
66

77
[Demo video: Updating from R.swift 6 to Rswift 7](https://www.youtube.com/watch?v=icihJ_hin3I)
88

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+
913
#### Running the executable
1014

1115
If you're using Swift Package Manager:

0 commit comments

Comments
 (0)