Skip to content

Commit

Permalink
fix readme sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Nov 23, 2022
1 parent c59420b commit 94f7b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ In `commonMain/resources/MR/base/strings.xml` add:
```xml
<?xml version="1.0" encoding="UTF-8" ?>
<resources>
<string name="my_string_formatted">My format '%s'</string>
<string name="my_string_formatted">My format \'%s\'</string>
</resources>
```
Then add the localized values for other languages like in example #1.
Expand Down

0 comments on commit 94f7b56

Please sign in to comment.