-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract string resources to strings.xml
- Loading branch information
Showing
9 changed files
with
74 additions
and
44 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
ui-components/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,21 @@ | ||
<resources> | ||
<string name="feedback_form_type_something">Type something</string> | ||
<string name="feedback_form_send">Send</string> | ||
|
||
<string name="filter_by_tags">Filter by tags</string> | ||
<string name="filter_label_category">Category</string> | ||
<string name="filter_label_level">Level</string> | ||
<string name="filter_label_session_format">Session format</string> | ||
|
||
<string name="main_header_back">Back</string> | ||
<string name="main_header_search_hint">Type to search</string> | ||
<string name="main_header_search_clear">Clear</string> | ||
|
||
<string name="lightning_talk">Lightning talk</string> | ||
<string name="now">Now</string> | ||
|
||
<string name="action_bookmark">Bookmark</string> | ||
|
||
<string name="talk_card_your_feedback">Your feedback</string> | ||
<string name="talk_card_how_was_the_talk">How was the talk?</string> | ||
</resources> |
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 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
12 changes: 5 additions & 7 deletions
12
ui-components/src/commonMain/kotlin/org/jetbrains/kotlinconf/ui/components/ServiceEvents.kt
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