Skip to content

Commit

Permalink
chore: earns-map-screen svg text is now translateable (#2977)
Browse files Browse the repository at this point in the history
* chore: earns-map-screen svg text is now translateable

* feat: changed how text is placed on earns map screen. aligned content for better responsivity

* feat: adjusted sizing

* chore: removed unused files

* refactor: pretty code check

* chore: return font size to 16px

* refactor: prettier

* refactor: typo
  • Loading branch information
MaxwellDG authored Jan 4, 2024
1 parent 4a1ba9e commit a0d5987
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 470 deletions.
3 changes: 2 additions & 1 deletion app/i18n/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2036,7 +2036,8 @@ const en: BaseTranslation = {
registerTitle: "Need to upgrade your account",
registerContent: "Register with your phone number to receive sats",
notYet: "Not yet",
availableTomorrow: "This section will be available tomorrow!"
availableTomorrow: "This section will be available tomorrow!",
motivatingBadger: "Dig your way through these lessons and earn as you learn",
},
GetStartedScreen: {
logInCreateAccount: "Log in / create account",
Expand Down
8 changes: 8 additions & 0 deletions app/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6272,6 +6272,10 @@ type RootTranslation = {
* T​h​i​s​ ​s​e​c​t​i​o​n​ ​w​i​l​l​ ​b​e​ ​a​v​a​i​l​a​b​l​e​ ​t​o​m​o​r​r​o​w​!
*/
availableTomorrow: string
/**
* D​i​g​ ​y​o​u​r​ ​w​a​y​ ​t​h​r​o​u​g​h​ ​t​h​e​s​e​ ​l​e​s​s​o​n​s​ ​a​n​d​ ​e​a​r​n​ ​a​s​ ​y​o​u​ ​l​e​a​r​n
*/
motivatingBadger: string
}
GetStartedScreen: {
/**
Expand Down Expand Up @@ -15071,6 +15075,10 @@ export type TranslationFunctions = {
* This section will be available tomorrow!
*/
availableTomorrow: () => LocalizedString
/**
* Dig your way through these lessons and earn as you learn
*/
motivatingBadger: () => LocalizedString
}
GetStartedScreen: {
/**
Expand Down
3 changes: 2 additions & 1 deletion app/i18n/raw-i18n/source/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,8 @@
"registerTitle": "Need to upgrade your account",
"registerContent": "Register with your phone number to receive sats",
"notYet": "Not yet",
"availableTomorrow": "This section will be available tomorrow!"
"availableTomorrow": "This section will be available tomorrow!",
"motivatingBadger": "Dig your way through these lessons and earn as you learn"
},
"GetStartedScreen": {
"logInCreateAccount": "Log in / create account",
Expand Down
13 changes: 0 additions & 13 deletions app/screens/earns-map-screen/bottom-ongoing-01.en.svg

This file was deleted.

13 changes: 0 additions & 13 deletions app/screens/earns-map-screen/bottom-ongoing-01.es.svg

This file was deleted.

13 changes: 0 additions & 13 deletions app/screens/earns-map-screen/bottom-ongoing-01.svg

This file was deleted.

131 changes: 0 additions & 131 deletions app/screens/earns-map-screen/bottom-start-01.en.svg

This file was deleted.

Loading

0 comments on commit a0d5987

Please sign in to comment.