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 c59420b commit 94f7b56Copy full SHA for 94f7b56
README.md
@@ -227,7 +227,7 @@ In `commonMain/resources/MR/base/strings.xml` add:
227
```xml
228
<?xml version="1.0" encoding="UTF-8" ?>
229
<resources>
230
- <string name="my_string_formatted">My format '%s'</string>
+ <string name="my_string_formatted">My format \'%s\'</string>
231
</resources>
232
```
233
Then add the localized values for other languages like in example #1.
0 commit comments