Skip to content

Commit d84da00

Browse files
fix ca.json: add missing Catalan translation (#136)
* fix ca.json: add missing Catalan translation * remove "DOME" reference in "alt" attribute
1 parent ad339ed commit d84da00

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.0.5](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.5)
8+
### Fixed
9+
- Add missing translations.
10+
711
## [v2.0.4](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.4)
812
### Fixed
913
- Fix "product offering" power action translation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eudistack-wallet-ui",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"author": "Ionic Framework",
55
"homepage": "https://ionicframework.com/",
66
"scripts": {

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@if(!isBaseRoute$()){
33
<ion-header [translucent]="false">
44
<ion-toolbar class="toolbar" [ngClass]="{ 'blurred': isCallbackRoute$() }">
5-
<img alt="DOME Logo" [src]="logoSrc" width="auto" slot="start" height="35px" class="logo"/>
5+
<img alt="Logo" [src]="logoSrc" width="auto" slot="start" height="35px" class="logo"/>
66
<ion-button
77
slot="end"
88
class="toolbar-but"

src/assets/i18n/ca.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@
176176
},
177177
"compliantCredentials": "Credencials compatibles",
178178
"validatedCriteria": "Criteris validats"
179+
},
180+
"power": {
181+
"onboarding": "Alta",
182+
"certification": "Certificació",
183+
"productoffering": "Oferta de producte",
184+
"execute": "Executar",
185+
"create": "Crear",
186+
"un": "Actualitzar",
187+
"delete": "Eliminar",
188+
"attest": "Acreditar",
189+
"upload": "Pujar"
179190
}
180191
},
181192
"errors":{
@@ -205,17 +216,6 @@
205216
"type": "Error de configuració: la sol·licitud de la càmera no és vàlida. Intenta refrescar la pàgina o comprovar la configuració de la càmera.",
206217
"not-supported": "El teu navegador no admet l'accés a la càmera. Considera utilitzar un navegador diferent.",
207218
"default": "Error inesperat. Comprova els permisos del teu navegador i assegura't que cap altra aplicació estigui utilitzant la càmera. Intenta refrescar la pàgina."
208-
},
209-
"power": {
210-
"onboarding": "Alta",
211-
"certification": "Certificació",
212-
"productoffering": "Oferta de producte",
213-
"execute": "Executar",
214-
"create": "Crear",
215-
"un": "Actualitzar",
216-
"delete": "Eliminar",
217-
"attest": "Acreditar",
218-
"upload": "Pujar"
219219
}
220220
},
221221
"confirmation":{

0 commit comments

Comments
 (0)