Skip to content

Commit

Permalink
Merge pull request #253 from oat-sa/fix/NEC-27/incorrectLithuanianTra…
Browse files Browse the repository at this point in the history
…nslates

Fix/nec 27/incorrect lithuanian translates
  • Loading branch information
tikhanovichA authored Nov 5, 2019
2 parents 4828df7 + 86b0215 commit 65d1379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locales/lt-LT/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ msgid "Intensive bandwidth"
msgstr "Intensyvus pralaidumas"

msgid "Interface not available"
msgstr "Sąsaja nėra galima"
msgstr "Sąsaja negalima"

msgid "Launch another readiness check"
msgstr "Paleisti kitą pasiruošimo patikrinimą"
Expand Down
2 changes: 1 addition & 1 deletion locales/lt-LT/messages_po.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'label' => 'Browser and OS diagnostic tool',
'description' => 'Check compatibility of the os and browser of a client',
'license' => 'GPL-2.0',
'version' => '7.2.2',
'version' => '7.2.3',
'author' => 'Open Assessment Technologies SA',
'requires' => array(
'generis' => '>=12.5.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,6 @@ public function update($initialVersion)
$this->setVersion('7.2.0');
}

$this->skip('7.2.0', '7.2.2');
$this->skip('7.2.0', '7.2.3');
}
}

0 comments on commit 65d1379

Please sign in to comment.