Skip to content

Commit 723c4fc

Browse files
committed
code cleaning;
bumping deps
1 parent 33b5987 commit 723c4fc

File tree

6 files changed

+391
-187
lines changed

6 files changed

+391
-187
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# i18next-electron-fs-backend
22
This is an i18next library designed to work with [secure-electron-template](https://github.com/reZach/secure-electron-template). The library is a rough copy of [i18next-node-fs-backend](https://github.com/i18next/i18next-node-fs-backend) but using IPC (inter-process-communication) to request a file be read or written from the electron's [main process](https://electronjs.org/docs/api/ipc-main). The translation files that are written are written synchronously, but this should not be a problem because you should be creating translation files in development only (translation files should already exist before deploying to production environments).
33

4+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=reZach_i18next-electron-fs-backend&metric=alert_status)](https://sonarcloud.io/dashboard?id=reZach_i18next-electron-fs-backend)
5+
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=reZach_i18next-electron-fs-backend&metric=security_rating)](https://sonarcloud.io/dashboard?id=reZach_i18next-electron-fs-backend)
6+
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=reZach_i18next-electron-fs-backend&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=reZach_i18next-electron-fs-backend)
7+
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=reZach_i18next-electron-fs-backend&metric=bugs)](https://sonarcloud.io/dashboard?id=reZach_i18next-electron-fs-backend)
8+
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=reZach_i18next-electron-fs-backend&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=reZach_i18next-electron-fs-backend)
9+
410
## How to install
511

612
### Install the package

lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)