Bugzilla – Attachment 176650 Details for
Bug 36836
Review ERM module for translation issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36836: Amend translation fixes
Bug-36836-Amend-translation-fixes.patch (text/plain), 5.88 KB, created by
Jonathan Druart
on 2025-01-16 12:07:59 UTC
(
hide
)
Description:
Bug 36836: Amend translation fixes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-16 12:07:59 UTC
Size:
5.88 KB
patch
obsolete
>From 042d3bc9aca77882cf136be45998a3dee5da7d53 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 21 Nov 2024 14:42:39 +0000 >Subject: [PATCH] Bug 36836: Amend translation fixes > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/js/vue/components/ERM/AgreementsShow.vue | 2 +- > .../ERM/UsageStatisticsDataProvidersFormAdd.vue | 4 ++-- > .../ERM/UsageStatisticsDataProvidersShow.vue | 2 +- > .../ERM/UsageStatisticsReportBuilder.vue | 14 +++++++------- > 4 files changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >index e21c54c53b2..c8330cddaa0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsShow.vue >@@ -278,7 +278,7 @@ > agreement_package.package.name > }}</router-link > > >- {{ $__("(local)") }}</span >+ ({{ $__("local") }})</span > > > </div> > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >index b9db6ceee5a..5cbad96300c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFormAdd.vue >@@ -421,8 +421,8 @@ export default { > initialized: false, > previous_route: "", > statuses: [ >- { description: __("Active"), value: 1 }, >- { description: __("Inactive"), value: 0 }, >+ { description: this.$__("Active"), value: 1 }, >+ { description: this.$__("Inactive"), value: 0 }, > ], > registry_data: [], > valid_report_types: [...this.av_report_types], >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >index 543f1711652..21d46e2e700 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersShow.vue >@@ -58,7 +58,7 @@ > v-bind:class=" > tab_content === item.data_type ? 'active' : '' > " >- >{{ $item.tab_name }}</a >+ >{{ item.tab_name }}</a > > > </li> > <li class="nav-item"> >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue >index 32ec3d18a33..a52b4ad4846 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsReportBuilder.vue >@@ -18,25 +18,25 @@ > :options="[ > { > value: 'monthly', >- description: __('By month'), >+ description: $__('By month'), > }, > { > value: 'monthly_with_totals', >- description: __( >+ description: $__( > 'By month with period total' > ), > }, > { > value: 'yearly', >- description: __('By year'), >+ description: $__('By year'), > }, > { > value: 'metric_type', >- description: __('By metric type'), >+ description: $__('By metric type'), > }, > { > value: 'usage_data_provider', >- description: __( >+ description: $__( > 'By data provider totals' > ), > }, >@@ -225,7 +225,7 @@ > class="checkbox_options" > > > <label :for="prop.name" class="checkbox" >- >{{ $prop.name }}:</label >+ >{{ prop.name }}:</label > > > <input > type="checkbox" >@@ -310,7 +310,7 @@ > class="month_selectors" > > > <label for="month" class="month_labels"> >- {{ $month.short }} >+ {{ month.short }} > </label> > <input > type="checkbox" >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36836
:
170929
|
173261
|
174839
|
174887
|
175021
|
175022
|
176649
| 176650 |
176725