You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ These semantic keys help group related translations and provide crucial context
58
58
59
59
For Swift packages, use `#tkm` instead of `#tk` to reference the correct String Catalog file:
60
60
61
-
1. Add defaultLocalization to your manifest:
61
+
1. Add `defaultLocalization` to your manifest:
62
62
```swift
63
63
.target(
64
64
name: "MyModule",
@@ -77,7 +77,7 @@ Text(#tkm("Last seen %@", c: "Time when user was last active"))
77
77
78
78
Contributions – especially additions and corrections – are welcome!
79
79
80
-
Please feel free to submit a Pull Request. You don't need to localize added entries to all languages yourself, just provide the one(s) you speak, we'll take care of the other languages using the [TranslateKit Mac app](https://translatekit.app). But please keep the entries sorted alphabetically when adding new ones!
80
+
Please feel free to submit a Pull Request. You don't need to localize added entries to all languages yourself, just provide the one(s) you speak, we'll take care of the other languages using [TranslateKit](https://translatekit.app). But please keep the entries sorted alphabetically when adding new ones!
81
81
82
82
For bigger changes, please open an issue first to discuss what you would like to change.
83
83
@@ -99,7 +99,7 @@ I created this library for my own Indie apps (download & rate them to thank me!)
0 commit comments