Skip to content

Commit

Permalink
[INJIWEB-964]: Fixed FullStop in all locales (#202)
Browse files Browse the repository at this point in the history
* [INJIWEB-1064]: Fix Title

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-1064]: Fix Title

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-XXX]: Fix Radio Button Toast

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-XYZ]: Fixed Radio Button Toast

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-XYZ]: Made Event Inline

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-XYZ]: Fix With Ease in Locales

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-964]: Fixed FullStop in all locales

Signed-off-by: Kamlesh Singh Bisht <[email protected]>

* [INJIWEB-1146]: Fix language selector alignment

Signed-off-by: SAIRAM GIRIRAO <[email protected]>

* [INJIWEB-1147]: Fix Hamburger  alignment

Signed-off-by: SAIRAM GIRIRAO <[email protected]>

* Reverted the changes for the card number 1146 and 1147 and created a new feature branch

Signed-off-by: SAIRAM GIRIRAO <[email protected]>

* Reverted the changes for the card number 1146 and 1147 and created a new feature branch

Signed-off-by: SAIRAM GIRIRAO <[email protected]>

---------

Signed-off-by: Kamlesh Singh Bisht <[email protected]>
Signed-off-by: SAIRAM GIRIRAO <[email protected]>
Co-authored-by: SAIRAM GIRIRAO <[email protected]>
  • Loading branch information
kamlesh012 and Sairam-g9162 authored Dec 3, 2024
1 parent ef4a966 commit 922fc4b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion inji-web/src/components/PageTemplate/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ export const Header: React.FC = () => {
)

}

2 changes: 1 addition & 1 deletion inji-web/src/locales/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"item23": {
"title": "كيف يمكنني التبديل بين VC المضمنة والمشاركة عبر الإنترنت في Inji Wallet؟",
"description1": "قم بتكوين qr_code_type في إعدادات جهة إصدار Mimoto: ",
"description2": "1. Embedded VC: يقوم بتضمين VC بالكامل بتنسيق JSON (رمز QR أكثر كثافة) للاستخدام دون اتصال بالإنترنت ",
"description2": "1. Embedded VC: يقوم بتضمين VC بالكامل بتنسيق JSON (رمز QR أكثر كثافة) للاستخدام دون اتصال بالإنترنت .",
"description3": "2. OnlineSharing: إنشاء رمز QR مع عنوان URL لتخزين VC عبر الإنترنت، مما يجعل من السهل مسحه ومشاركته عبر الإنترنت."
}
},
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"item23":{
"title":"How can I toggle between embedded VC and Online Sharing in Inji Wallet?",
"description1":"Configure qr_code_type in Mimoto issuer's settings: ",
"description2":"1. EmbeddedVC: Embeds the full VC in JSON format (denser QR code) for offline use",
"description2":"1. EmbeddedVC: Embeds the full VC in JSON format (denser QR code) for offline use.",
"description3":"2. OnlineSharing: Generates a QR code with a URL to the online VC storage, making it easier to scan and share online."
}
},
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"item23":{
"title":"Como posso alternar entre VC incorporado e compartilhamento online na Inji Wallet?",
"description1":"Configurar qr_code_type nas configurações do emissor Mimoto: ",
"description2":"1. EmbeddedVC: incorpora o VC completo no formato JSON (código QR mais denso) para uso offline",
"description2":"1. EmbeddedVC: incorpora o VC completo no formato JSON (código QR mais denso) para uso offline.",
"description3":"2. OnlineSharing: gera um código QR com uma URL para o armazenamento de VC online, facilitando a digitalização e o compartilhamento online."
}
},
Expand Down
2 changes: 1 addition & 1 deletion inji-web/src/locales/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"item23":{
"title":"இன்ஜி வாலட்டில் உட்பொதிக்கப்பட்ட VC மற்றும் ஆன்லைன் பகிர்வுக்கு இடையே நான் எப்படி மாறுவது?",
"description1":"Mimoto வழங்குபவரின் அமைப்புகளில் qr_code_type ஐ உள்ளமைக்கவும்: ",
"description2":"1. EmbeddedVC: ஆஃப்லைன் பயன்பாட்டிற்காக JSON வடிவத்தில் (அடர்த்தியான QR குறியீடு) முழு VC ஐ உட்பொதிக்கிறது",
"description2":"1. EmbeddedVC: ஆஃப்லைன் பயன்பாட்டிற்காக JSON வடிவத்தில் (அடர்த்தியான QR குறியீடு) முழு VC ஐ உட்பொதிக்கிறது.",
"description3":"2. OnlineSharing: ஆன்லைன் VC சேமிப்பகத்திற்கு URL உடன் QR குறியீட்டை உருவாக்குகிறது, இது ஆன்லைனில் ஸ்கேன் செய்து பகிர்வதை எளிதாக்குகிறது."
}
},
Expand Down

0 comments on commit 922fc4b

Please sign in to comment.