mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
fix copy errors
Thanks @rschamp!
This commit is contained in:
parent
b123650988
commit
ff003b137a
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ var languages = require('../../languages.json');
|
|||
window = {};
|
||||
require('../../intl/about.intl.js');
|
||||
|
||||
tap.test('spotCheckSplashStrings', function (t) {
|
||||
tap.test('spotCheckAboutStrings', function (t) {
|
||||
var isoCodes = Object.keys(languages);
|
||||
var keysToCheck = Object.keys(window._messages['en']).sort();
|
||||
for (var i in isoCodes) {
|
||||
|
@ -18,4 +18,4 @@ tap.test('spotCheckSplashStrings', function (t) {
|
|||
);
|
||||
}
|
||||
t.end();
|
||||
});
|
||||
});
|
||||
|
|
|
@ -7,7 +7,7 @@ var languages = require('../../languages.json');
|
|||
window = {};
|
||||
require('../../intl/wedo2.intl.js');
|
||||
|
||||
tap.test('spotCheckSplashStrings', function (t) {
|
||||
tap.test('spotCheckWedo2Strings', function (t) {
|
||||
var isoCodes = Object.keys(languages);
|
||||
var keysToCheck = Object.keys(window._messages['en']).sort();
|
||||
for (var i in isoCodes) {
|
||||
|
|
Loading…
Reference in a new issue