From 9ea39a43cf65f696b73ab09db375f6c04370ec6e Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Sat, 4 Jul 2020 22:47:55 +0100 Subject: [PATCH] Add Russian and French files. --- README.md | 5 ++++- fr.json | 1 + fr.json.d.ts | 1 + ru.json | 1 + ru.json.d.ts | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fr.json create mode 100644 fr.json.d.ts create mode 100644 ru.json create mode 100644 ru.json.d.ts diff --git a/README.md b/README.md index 53e804d..0805f60 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Lithuanian | Up-to-date | Wait What Czech | Up-to-date | Fatalerrorcoded Russian | Work in progress. | Wait What Hungarian | Pending. | Organic Coke +French | Pending. | Wait What's friend ## Coverage @@ -21,6 +22,8 @@ By running `process.js` all language files will be compared to `en.json` and a c ------|-----|--------------|----------------- cz.json | `92.31%` | `general.image_by` | en.json | `100.00%` | | +fr.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | hu.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | lt.json | `100.00%` | | -pl.json | `100.00%` | | \ No newline at end of file +pl.json | `100.00%` | | +ru.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | \ No newline at end of file diff --git a/fr.json b/fr.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/fr.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/fr.json.d.ts b/fr.json.d.ts new file mode 100644 index 0000000..62f39ce --- /dev/null +++ b/fr.json.d.ts @@ -0,0 +1 @@ +export default any; diff --git a/ru.json b/ru.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/ru.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/ru.json.d.ts b/ru.json.d.ts new file mode 100644 index 0000000..62f39ce --- /dev/null +++ b/ru.json.d.ts @@ -0,0 +1 @@ +export default any; -- GitLab