mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update Loc.test.js
This commit is contained in:
parent
22b5801031
commit
fd4b8d7263
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ describe('Localization', () => {
|
|||
const files = fs.readdirSync('./loc/');
|
||||
|
||||
for (const lang of files) {
|
||||
if (lang === 'en.js') continue; // iteratin all locales except EN
|
||||
if (lang === 'index.js') continue;
|
||||
if (lang === 'en.js' || lang === 'index.js' || lang === 'languages.js') continue; // iteratin all locales except EN
|
||||
|
||||
const locale = require('../../loc/' + lang);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue