Skip to content

Commit

Permalink
feat: add new educational sections in english
Browse files Browse the repository at this point in the history
  • Loading branch information
leesalminen committed Oct 12, 2023
1 parent b017c1a commit eb9aacd
Show file tree
Hide file tree
Showing 109 changed files with 75,531 additions and 359 deletions.
900 changes: 900 additions & 0 deletions app/i18n/en/index.ts

Large diffs are not rendered by default.

6,258 changes: 5,943 additions & 315 deletions app/i18n/i18n-types.ts

Large diffs are not rendered by default.

900 changes: 900 additions & 0 deletions app/i18n/raw-i18n/source/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/i18n/raw-i18n/translations/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@
"points": "punte",
"innerCircleGrow": "Jou binnesirkel groei wanneer jy sats na 'n nuwe Blink-gebruiker stuur",
"calculatingYourCircles": "Bereken jou sirkels....",
"innerCircleExplainer": "Jy help Bitcoin-aanneming saam met Blink - Hou aan! ",
"innerCircleExplainer": "Jy dryf Bitcoin-aanneming saam met Blink - Hou so aan! ",
"innerCircleExplainerCard": "Ek bevorder Bitcoin-aanneming met Blink!",
"innerCircle": "Binnesirkel",
"peopleYouWelcomed": "mense deur jou verwelkom",
Expand Down
4 changes: 3 additions & 1 deletion app/screens/developer-screen/debug-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { InAppBrowser } from "react-native-inappbrowser-reborn"
import { useNavigation } from "@react-navigation/native"
import { StackNavigationProp } from "@react-navigation/stack"
import { RootStackParamList } from "@app/navigation/stack-param-lists"
import { useIsAuthed } from "@app/graphql/is-authed-context"

gql`
query debugScreen {
Expand Down Expand Up @@ -80,7 +81,8 @@ export const DeveloperScreen: React.FC = () => {

const [newGaloyInstance, setNewGaloyInstance] = React.useState(currentGaloyInstance.id)

const dataBeta = useBetaQuery()
const isAuthed = useIsAuthed()
const dataBeta = useBetaQuery({ skip: !isAuthed })
const beta = dataBeta.data?.beta ?? false

const changesHaveBeenMade =
Expand Down
235 changes: 235 additions & 0 deletions app/screens/earns-screen/201-01-origins-of-money.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
226 changes: 226 additions & 0 deletions app/screens/earns-screen/201-02-primitive-money.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
524 changes: 524 additions & 0 deletions app/screens/earns-screen/201-03-anticipating-demand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
682 changes: 682 additions & 0 deletions app/screens/earns-screen/201-04-nash-equilibrium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
196 changes: 196 additions & 0 deletions app/screens/earns-screen/201-05-single-store-of-value.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
233 changes: 233 additions & 0 deletions app/screens/earns-screen/202-01-what-is-good-sov.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit eb9aacd

Please sign in to comment.