Skip to content

Commit

Permalink
Merge pull request #1942 from CSCfi/140-localization-fixes
Browse files Browse the repository at this point in the history
localization changes
  • Loading branch information
konolak authored Jan 22, 2025
2 parents af2fef3 + cefa97a commit 5d5f50e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class ProjectsComponent implements OnInit, OnDestroy, AfterViewInit {
this.tableColumns = [
{
key: 'name',
label: $localize`:@@spSortsProject:Hanke`,
label: $localize`:@@spSortsProject:Hankkeen nimi`,
class: 'col-8 col-lg-5 col-xl-3',
mobile: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages.en.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4367,7 +4367,7 @@
<target state="new">Read more</target>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<source>Hankkeen nimi</source>
<target state="new">Project</target>
</trans-unit>
<trans-unit id="spSortsAbbreviation" datatype="html">
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages.sv.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@
<target state="new">Läs mera</target>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<source>Hankkeen nimi</source>
<target state="new">Projekt</target>
</trans-unit>
<trans-unit id="spSortsAbbreviation" datatype="html">
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@
<source>Organisaatio</source>
</trans-unit>
<trans-unit id="spSortsProject" datatype="html">
<source>Hanke</source>
<source>Hankkeen nimi</source>
</trans-unit>
<trans-unit id="spSortsStartYear" datatype="html">
<source>Aloitusvuosi</source>
Expand Down

0 comments on commit 5d5f50e

Please sign in to comment.