mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-30 19:14:22 +00:00
tests: Fix i18n part of test data to match new translation
https://translatewiki.net/w/i.php?title=MediaWiki:Duration-minutes/kaa&oldid=11412949
Follow-Up: Ibc5e8cee9e076c8952eb24839d5e97d4eca4ccf4
Change-Id: If352609c5ad7d9a52a94c737cac3f0f1a47de2e0
(cherry picked from commit f15b30cdb7
)
This commit is contained in:
parent
1f5bfea5bf
commit
688184b1ff
|
@ -293,7 +293,7 @@ return testframework.getTestProvider( {
|
|||
args = { 'formatDuration', 86461 },
|
||||
expect = {
|
||||
{ "1 day, 1 minute and 1 second" },
|
||||
{ "1 kún, 1 минут hám 1 секунд" },
|
||||
{ "1 kún, 1 minut hám 1 секунд" },
|
||||
{ "۱ روز، ۱ دقیقه و ۱ ثانیه" },
|
||||
"language code '[[bogus]]' is invalid",
|
||||
}
|
||||
|
@ -302,7 +302,7 @@ return testframework.getTestProvider( {
|
|||
args = { 'formatDuration', 86461, { 'hours', 'minutes' } },
|
||||
expect = {
|
||||
{ "24 hours and 1 minute" },
|
||||
{ "24 сағат hám 1 минут" },
|
||||
{ "24 сағат hám 1 minut" },
|
||||
{ "۲۴ ساعت و ۱ دقیقه" },
|
||||
"language code '[[bogus]]' is invalid",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue