-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Window size class for position of chip (#1276)
Co-authored-by: Ashley Davies <[email protected]>
- Loading branch information
Showing
11 changed files
with
228 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
conferences-app/src/commonMain/composeResources/values/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="application">Playground</string> | ||
<string name="upcoming">Upcoming</string> | ||
<string name="profile">Profile</string> | ||
<string name="events">Events</string> | ||
|
||
<string name="january">Jan</string> | ||
<string name="february">Feb</string> | ||
<string name="march">Mar</string> | ||
<string name="april">Apr</string> | ||
<string name="may">May</string> | ||
<string name="june">Jun</string> | ||
<string name="july">Jul</string> | ||
<string name="august">Aug</string> | ||
<string name="september">Sep</string> | ||
<string name="october">Oct</string> | ||
<string name="november">Nov</string> | ||
<string name="december">Dec</string> | ||
|
||
<string name="call_for_papers">Call for Papers (Until %1$s)</string> | ||
<string name="online_only">Online Only</string> | ||
</resources> |
Oops, something went wrong.