Skip to content
Snippets Groups Projects
Commit 46abe2c4 authored by Wait What's avatar Wait What
Browse files
parents 53137bb5 4715389b
No related merge requests found
...@@ -21,7 +21,7 @@ By running `process.js` all language files will be compared to `en.json` and a c ...@@ -21,7 +21,7 @@ By running `process.js` all language files will be compared to `en.json` and a c
File | Coverage | Missing keys | Extraneous keys File | Coverage | Missing keys | Extraneous keys
------|-----|--------------|----------------- ------|-----|--------------|-----------------
cz.json | `92.31%` | `general.image_by` | cz.json | `100.00%` | |
en.json | `100.00%` | | en.json | `100.00%` | |
fr.json | `100.00%` | | fr.json | `100.00%` | |
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` | 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` |
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
"general": { "general": {
"about": "O nás", "about": "O nás",
"tos": "Podmínky", "tos": "Podmínky",
"privacy": "Zásady ochrany osobních údajů" "privacy": "Zásady ochrany osobních údajů",
"image_by": "Fotografie od"
}, },
"login": { "login": {
"title": "Přihlášení", "title": "Přihlášení",
......
export default any;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment