Skip to content

Commit

Permalink
chore: configurer la langue par défaut à français (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: fc-santos <filipesantos@live.ca>
  • Loading branch information
fc-santos authored Feb 3, 2025
1 parent ea5a807 commit 03cddc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
ContainerProvider,
ActivityProvider,
Container,
Locales,
} from '@hyperledger/aries-bifold-core'
import { OpenIDCredentialRecordProvider } from '@hyperledger/aries-bifold-core/App/modules/openid/context/OpenIDCredentialRecordProvider'
import React, { useEffect, useMemo, useState } from 'react'
Expand All @@ -37,7 +38,7 @@ import { BCState, getInitialState, reducer } from './src/store'
const { theme, localization } = qcwallet

const App = (system: Container): React.FC => {
initLanguages(localization)
initLanguages(localization, Locales.fr)

const AppComponent = () => {
useMemo(() => {
Expand Down

0 comments on commit 03cddc5

Please sign in to comment.