Skip to content

Commit

Permalink
Update migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Nov 28, 2022
1 parent ae52ac0 commit 13c48b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Pointers for migration between major versions.

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

#### R.string changes
- Strings are always formatted using `String(format:)`, even strings without arguments, make sure to escape any percentage signs (`%`) with `%%`
- Use a custom language: `R.string(preferredLanguages: ["fr"]).example.hello()`

#### Running the executable

If you're using Swift Package Manager:
Expand Down

0 comments on commit 13c48b3

Please sign in to comment.