Skip to content

Commit 8149184

Browse files
committed
Update readme and release notes
1 parent 8c2a86c commit 8149184

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ TBD...
3232

3333

3434

35+
## Localization
36+
37+
ButtonKit is localized in the following languages:
38+
39+
* 🇺🇸 English (US)
40+
* 🇸🇪 Swedish
41+
42+
Use `Sources/ButtonKit/Resources/Localizable.xcstrings` to add support for more languages.
43+
44+
45+
3546
## Documentation
3647

3748
The online [documentation][Documentation] has more information, articles, code examples, etc.

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
ButtonKit will use semver after 1.0.
44

55
Until then, breaking changes can happen in any version, and deprecated features may be removed in any minor version bump.
6+
7+
8+
## 0.1
9+
10+
This version adds a new `StandardButtonType`.
11+
12+
You can use this with the `Button` initializer, to create a standard button.

0 commit comments

Comments
 (0)