? Language Change ? Pending

User tests: Successful: Unsuccessful:

avatar tecpromotion
tecpromotion
12 Dec 2021

Summary of Changes

During the translation into German and testing, an error occurred in the display of the duration time.

This PR shows the correct output.

Testing Instructions

create a new taks an click Run Test.

Actual result BEFORE applying this Pull Request

2021-12-12_15-46-24

Expected result AFTER applying this Pull Request

2021-12-12_15-46-53

Documentation Changes Required

.

avatar tecpromotion tecpromotion - open - 12 Dec 2021
avatar tecpromotion tecpromotion - change - 12 Dec 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 12 Dec 2021
Category Administration Language & Strings
avatar brianteeman
brianteeman - comment - 12 Dec 2021

ouch - I made that change and none of the testers spotted it

avatar tecpromotion
tecpromotion - comment - 12 Dec 2021

ouch - I made that change and none of the testers spotted it

yes, unfortunately i didn't test that enough with my team when beta1 was released. but we should test it thoroughly again before the stable release.

avatar brianteeman brianteeman - test_item - 12 Dec 2021 - Tested successfully
avatar Quy Quy - test_item - 13 Dec 2021 - Tested successfully
avatar Quy
Quy - comment - 13 Dec 2021

I have tested this item successfully on 8474a84


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36297.

avatar Quy Quy - change - 13 Dec 2021
Status Pending Ready to Commit
Labels Added: ?
avatar Quy
Quy - comment - 13 Dec 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36297.

avatar khu5h1 khu5h1 - test_item - 14 Dec 2021 - Tested successfully
avatar khu5h1
khu5h1 - comment - 14 Dec 2021

I have tested this item successfully on 8474a84


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36297.

avatar Shubhamverma2796 Shubhamverma2796 - test_item - 22 Dec 2021 - Tested successfully
avatar Shubhamverma2796
Shubhamverma2796 - comment - 22 Dec 2021

I have tested this item successfully on 8474a84


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36297.

avatar wojsmol
wojsmol - comment - 22 Dec 2021

@tecpromotion Please use %f instead.

avatar Quy Quy - change - 22 Dec 2021
Status Ready to Commit Pending
avatar richard67
richard67 - comment - 30 Dec 2021

@tecpromotion Could you have a look on the review suggestions and check if "%f" works, and if so, change to that? I'd like to come forward here, but I'm a bit reluctant to set RTC as long as there are open review discussions.

avatar tecpromotion
tecpromotion - comment - 30 Dec 2021

@tecpromotion Could you have a look on the review suggestions and check if "%f" works, and if so, change to that? I'd like to come forward here, but I'm a bit reluctant to set RTC as long as there are open review discussions.

I can check this later.

avatar tecpromotion
tecpromotion - comment - 30 Dec 2021

@tecpromotion Please use %f instead.

@wojsmol Sorry but '%f' does not work here.

modal.querySelector('.modal-body > div').innerHTML += `<div>${Joomla.Text._('COM_SCHEDULER_TEST_RUN_DURATION').replace('%s', output.data.duration.toFixed(2))}</div>`;

Here a '%s' is searched for and replaced.

Change both to %f does not work.

avatar richard67 richard67 - change - 30 Dec 2021
Status Pending Ready to Commit
avatar richard67
richard67 - comment - 30 Dec 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36297.

avatar richard67 richard67 - change - 30 Dec 2021
Labels Added: ?
avatar richard67 richard67 - alter_testresult - 30 Dec 2021 - khu5h1: Tested successfully
avatar richard67 richard67 - alter_testresult - 30 Dec 2021 - Shubhamverma2796: Tested successfully
avatar bembelimen bembelimen - change - 31 Dec 2021
Labels Added: Language Change
avatar bembelimen bembelimen - close - 31 Dec 2021
avatar bembelimen bembelimen - merge - 31 Dec 2021
avatar bembelimen bembelimen - change - 31 Dec 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-12-31 12:55:32
Closed_By bembelimen
avatar bembelimen
bembelimen - comment - 31 Dec 2021

Thx

avatar alikon
alikon - comment - 31 Dec 2021

merged ? !!!!
why ? ?
evidently feedback from some are not welcomed or better simply ignored

avatar richard67
richard67 - comment - 31 Dec 2021

@alikon Why ignored? @tecpromotion has checked with "%s" as requested and has reported back why we can't do that with the js as it is now.

avatar alikon
alikon - comment - 31 Dec 2021

this doesn't prove it's correct

avatar tecpromotion
tecpromotion - comment - 5 Jan 2022

this doesn't prove it's correct

You're absolutely right, but that doesn't solve the problem.
A developer has to sit down and fix it everywhere.
Now there is an output and no more error.

Add a Comment

Login with GitHub to post a comment