mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix: clean up duplicate translation keys
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
let glob = require('glob').sync;
|
||||
|
||||
describe('Locales files', () => {
|
||||
it.skip('do not contain duplicates of any keys', () => {
|
||||
it('do not contain duplicates of any keys', () => {
|
||||
let translationFiles = glob('./common/locales/en/*.json');
|
||||
|
||||
if (translationFiles.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user