-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update to Compose 1.6.0-rc01 - Add string resources
- Loading branch information
Showing
9 changed files
with
94 additions
and
78 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
12 changes: 12 additions & 0 deletions
12
shared/src/commonMain/composeResources/values-pt/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,12 @@ | ||
<resources> | ||
<string name="game_hint_button">Dica</string> | ||
<string name="game_goal_button">Objetivo</string> | ||
<string name="game_replay_button">Replay</string> | ||
<string name="game_resume_button">Resumir contador</string> | ||
<string name="game_pause_button">Pausar contador</string> | ||
<string name="game_stats_timer_label">Contador</string> | ||
<string name="game_moves_away_message">O objetivo está a %1$d movimentos de distância</string> | ||
<string name="game_dialog_dismiss_button">OK</string> | ||
<string name="game_dialog_goal_title">O objetivo é alcançar este estado</string> | ||
<string name="game_dialog_congratulations_title">Parabéns!!! 🎉🥳</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<resources> | ||
<string name="game_title" translatable="false">Sliding Puzzle Game</string> | ||
<string name="game_hint_button">Hint</string> | ||
<string name="game_goal_button">Goal</string> | ||
<string name="game_replay_button">Replay</string> | ||
<string name="game_resume_button">Resume timer</string> | ||
<string name="game_pause_button">Pause timer</string> | ||
<string name="game_stats_timer_label">Timer</string> | ||
<string name="game_moves_away_message">The goal is %1$d moves away</string> | ||
<string name="game_dialog_dismiss_button">OK</string> | ||
<string name="game_dialog_goal_title">The goal is to reach this state</string> | ||
<string name="game_dialog_congratulations_title">Congratulations!!! 🎉🥳</string> | ||
</resources> |
48 changes: 0 additions & 48 deletions
48
...d/src/commonMain/kotlin/io/github/andremion/slidingpuzzle/ui/component/VerticalDivider.kt
This file was deleted.
Oops, something went wrong.
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