?? compare-json-translations

Description

This npm compares all .json files and allows the user to quickly find missing or duplicate values ​​in those files.

Usage

1. First of all, you need to go to the directory where the .json files yo]u want to check are located
2. Then call the command: npx compare-json-translations
3. Wait a bit for data processing and table creation

table-run-gif

localhost will automatically start in your browser

Functional

table-img

  • All .json files are output in a convenient tabular format.
  • You can use the search by keys in the upper right corner.
  • And also you can filter the table by the values ​​you are interested in
    (you can get information about filters by hovering your cursor over the icon with the “?” sign).
  • If you want to remove one of the .json files from the table, simply click the “✖” icon in the cell with the file’s name.

?? compare-json-translations (RUS)

Описание

Этот npm сравнивает все файлы .json и позволяет пользователю быстро находить отсутствующие или повторяющиеся значения в этих файлах.

Использование

1. Прежде всего, вам нужно перейти в каталог, где находятся файлы .json, которые вы хотите проверить.
2. Затем вызовите команду: npx compare-json-translations
3. Немного подождите пока обработаются данные и сгенерируется таблица

table-run-gif

localhost автоматически запустится в вашем браузере

Функционал

table-img

  • Все файлы .json выводятся в удобном табличном формате.
  • Вы можете воспользоваться поиском по ключам в правом верхнем углу.
  • А также вы можете отфильтровать таблицу по интересующим вас значениям
    (вы cможете получить информацию о фильтрах, наведя курсор на иконку со знаком «?»).
  • Если вы хотите удалить один из файлов .json из таблицы, просто щелкните значок «✖» в ячейке с именем этого файла.

GitHub

View Github