diff --git a/README.md b/README.md index 53e804d715309f39b86fc66e5d8311ff51d2419c..0805f60d29f7baf10195bc71140c3fc02224d34d 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 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /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 0000000000000000000000000000000000000000..62f39ceb7fbf72266bc372f548d459edfeae0316 --- /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 0000000000000000000000000000000000000000..9e26dfeeb6e641a33dae4961196235bdb965b21b --- /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 0000000000000000000000000000000000000000..62f39ceb7fbf72266bc372f548d459edfeae0316 --- /dev/null +++ b/ru.json.d.ts @@ -0,0 +1 @@ +export default any;