-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update podfile * feat: use crossword theme * feat: add padding to crossword card * feat: add a primary button to the app ui * feat: update welcome view * test: welcome view * test: primary button
- Loading branch information
1 parent
9d23a7f
commit 9b41228
Showing
12 changed files
with
923 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
{ | ||
"@@locale": "en", | ||
"counterAppBarTitle": "Counter", | ||
"@counterAppBarTitle": { | ||
"description": "Text shown in the AppBar of the Counter Page" | ||
"welcome": "Welcome!", | ||
"@welcome": { | ||
"description": "Welcome label" | ||
}, | ||
"loading": "Loading {label}...", | ||
"@loading": { | ||
"description": "Text for the loading page", | ||
"placeholders": { | ||
"label": { | ||
"type": "String", | ||
"example": "Stuff", | ||
"description": "Label for what is being loaded" | ||
} | ||
} | ||
"welcomeSubtitle": "Help solve the World's Largest Crossword, built with Gemini for Google I/O 2024", | ||
"@welcomeSubtitle": { | ||
"description": "Subtitle to be displayed in the welcome modal" | ||
}, | ||
"loadingPhaseLabel": "{loadingPhase, select, audio{Delightful music} images{Beautiful scenery} other{ }}", | ||
"@loadingPhaseLabel": { | ||
"description": "Loading phases", | ||
"placeholders": { | ||
"loadingPhase": {} | ||
} | ||
"wordsToBreakRecord": "Words to break the world record", | ||
"@wordsToBreakRecord": { | ||
"description": "Label for the title regarding words to break the world record" | ||
}, | ||
"getStarted": "Get Started", | ||
"@getStarted": { | ||
"description": "Get started label" | ||
} | ||
} |
Oops, something went wrong.