Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.6](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.6)
### Fixed
- Add missing translations.

## [v2.0.5](https://github.com/in2workspace/in2-wallet-ui/releases/tag/v2.0.5)
### Fixed
- Add missing translations.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eudistack-wallet-ui",
"version": "2.0.5",
"version": "2.0.6",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@
"compliantCredentials": "Credencials compatibles",
"validatedCriteria": "Criteris validats"
},
"power": {
"power": {
"onboarding": "Alta",
"certification": "Certificació",
"productoffering": "Oferta de producte",
"execute": "Executar",
"create": "Crear",
"un": "Actualitzar",
"update": "Actualitzar",
"delete": "Eliminar",
"attest": "Acreditar",
"upload": "Pujar"
Expand Down
Loading