Skip to content

Commit a034df2

Browse files
Hotfix/translation update power (#137)
* fix(ca.json): update power label * update version
1 parent d84da00 commit a034df2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.6](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.6)
8+
### Fixed
9+
- Add missing translations.
10+
711
## [v2.0.5](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.5)
812
### Fixed
913
- Add missing translations.

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.5",
3+
"version": "2.0.6",
44
"author": "Ionic Framework",
55
"homepage": "https://ionicframework.com/",
66
"scripts": {

src/assets/i18n/ca.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,13 @@
177177
"compliantCredentials": "Credencials compatibles",
178178
"validatedCriteria": "Criteris validats"
179179
},
180-
"power": {
180+
"power": {
181181
"onboarding": "Alta",
182182
"certification": "Certificació",
183183
"productoffering": "Oferta de producte",
184184
"execute": "Executar",
185185
"create": "Crear",
186-
"un": "Actualitzar",
186+
"update": "Actualitzar",
187187
"delete": "Eliminar",
188188
"attest": "Acreditar",
189189
"upload": "Pujar"

0 commit comments

Comments
 (0)