Separation of translation file into several smaller ones.
Fixes #142 (closed)
Adds a tiny CLI tool to check what strings are missing in given language compared to English (/src/i18n/compare.js
) usage is within the script as well it prints it out when invoked without arguments.
Separated all the languages except for:
deocpteo
Since they have MRs pending for them. I tried merging !293 (merged) into this branch and it went without conflicts.
Merge request reports
Activity
added 1 commit
- b4a5fdde - all other languages which do not have MRs related to them separated
added 1 commit
- dbd010ab - a tool to check what's missing from a language
It's in the messages.js, at the very end of it. File gets collapsed in diff view due to it being too damn big and too many changes in it.
Basically, instead of
const de = {...}; object = { de }; export object
it'sobject = { de: require('./de.json') }; export object
added 27 commits
-
e6adddbb...ed6abeac - 26 commits from branch
develop
- 0656e0ef - Merge remote-tracking branch 'upstream/develop' into translations-separation
-
e6adddbb...ed6abeac - 26 commits from branch
added 15 commits
-
0656e0ef...4bff6f12 - 13 commits from branch
develop
- 28a26cea - Merge remote-tracking branch 'upstream/develop' into translations-separation
- 0c14dd95 - More languages
-
0656e0ef...4bff6f12 - 13 commits from branch
mentioned in merge request !343 (merged)
added 7 commits
-
0c14dd95...7887e42f - 6 commits from branch
develop
- 537b1ff2 - Merge remote-tracking branch 'upstream/develop' into translations-separation
-
0c14dd95...7887e42f - 6 commits from branch
mentioned in commit 6f32ccf4