Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INJIWEB-1167]: MultiLingual support for credential download as pdf #224

Merged
merged 22 commits into from
Jan 15, 2025
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6a24a93
[INJIWEB-1064]: Fix Title
kamlesh012 Nov 5, 2024
16ae5a0
[INJIWEB-1064]: Fix Title
kamlesh012 Nov 5, 2024
673fcf2
Merge branch 'mosip:develop' into develop
kamlesh012 Nov 6, 2024
db284e1
[INJIWEB-XXX]: Fix Radio Button Toast
kamlesh012 Nov 6, 2024
9e79f89
Merge branch 'develop' of https://github.com/Infosys/inji-web into de…
kamlesh012 Nov 6, 2024
efb0390
[INJIWEB-XYZ]: Fixed Radio Button Toast
kamlesh012 Nov 6, 2024
494c3ea
[INJIWEB-XYZ]: Made Event Inline
kamlesh012 Nov 6, 2024
83a2075
Merge branch 'mosip:develop' into develop
kamlesh012 Nov 7, 2024
6750090
Merge branch 'mosip:develop' into develop
kamlesh012 Nov 8, 2024
3e750c5
[INJIWEB-XYZ]: Fix With Ease in Locales
kamlesh012 Nov 14, 2024
cb46912
[INJIWEB-964]: Fixed FullStop in all locales
kamlesh012 Nov 15, 2024
e83a667
Merge branch 'mosip:develop' into develop
kamlesh012 Nov 29, 2024
9000f2e
[INJIWEB-1146]: Fix language selector alignment
Sairam-g9162 Dec 2, 2024
f71ec39
[INJIWEB-1147]: Fix Hamburger alignment
Sairam-g9162 Dec 2, 2024
dbeb581
Reverted the changes for the card number 1146 and 1147 and created a …
Sairam-g9162 Dec 3, 2024
3af9f69
Reverted the changes for the card number 1146 and 1147 and created a …
Sairam-g9162 Dec 3, 2024
e713ecc
Merge branch 'mosip:develop' into develop
kamlesh012 Dec 11, 2024
d398411
Merge branch 'mosip:develop' into develop
Sairam-g9162 Dec 19, 2024
e665d95
[INJIWEB-1167]: MultiLingual support for credential download as pdf
kamlesh012 Dec 24, 2024
66c3372
[INJIWEB-964]: Fixed Issue in French Language
kamlesh012 Jan 2, 2025
9c94f40
[INJIWEB-964]: Fixed Issue in French Language
kamlesh012 Jan 2, 2025
7d00f31
Update RedirectionPage.tsx
kamlesh012 Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inji-web/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"item23":{
"title": "Comment puis-je basculer entre le VC intégré et le partage en ligne dans Inji Wallet ?",
"description1": "Configurer le qr_code_type dans les paramètres de l'émetteur Mimoto : ",
"description2": "1. EmbeddedVC : intègre le VC complet au format JSON (code QR plus dense) pour une utilisation hors ligne",
"description2": "1. EmbeddedVC : intègre le VC complet au format JSON (code QR plus dense) pour une utilisation hors ligne.",
"description3": "2. OnlineSharing : génère un code QR avec une URL vers le stockage VC en ligne, ce qui facilite la numérisation et le partage en ligne."
}
},
Expand Down
Loading