Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

localization changes #1942

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
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
Loading