1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

rename locale file

This commit is contained in:
antelle 2016-08-22 21:38:38 +03:00
parent 6a5482c73f
commit 00570c0461
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
'use strict';
const Locale = require('../locales/neutral.json');
const Locale = require('../locales/base.json');
module.exports = Locale;