Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix French category translations and pluralisation in lang.js #880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix French category translations and pluralisation in lang.js #880
Changes from all commits
69a1154ea7ca2460ba81e52b9816f82c3a311f932d0f56704beed9f1403e23c54514b0File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 74 in .circleci/config.yml
Make sure this MySQL password gets changed and removed from the code.
Check failure
Code scanning / SonarCloud
MySQL database passwords should not be disclosed High
Check failure on line 85 in docker_run.sh
Use '[[' instead of '[' for conditional tests. The '[[' construct is safer and more feature-rich.
Check warning on line 29 in resources/js/mixins/lang-utils.js
Unexpected negated condition.
Check failure on line 36 in resources/js/mixins/lang-utils.js
Refactor this function to reduce its Cognitive Complexity from 33 to the 15 allowed.
Check warning on line 65 in resources/js/mixins/lang-utils.js
Prefer `.at(…)` over `[….length - index]`.
Check warning on line 69 in resources/js/mixins/lang-utils.js
Use the "RegExp.exec()" method instead.
Check warning on line 69 in resources/js/mixins/lang-utils.js
Simplify this regular expression to reduce its runtime, as it has super-linear performance due to backtracking.
Check warning on line 71 in resources/js/mixins/lang-utils.js
Prefer `Number.parseInt` over `parseInt`.
Check warning on line 80 in resources/js/mixins/lang-utils.js
Use the "RegExp.exec()" method instead.
Check warning on line 80 in resources/js/mixins/lang-utils.js
Simplify this regular expression to reduce its runtime, as it has super-linear performance due to backtracking.
Check warning on line 82 in resources/js/mixins/lang-utils.js
Prefer `Number.parseInt` over `parseInt`.
Check warning on line 83 in resources/js/mixins/lang-utils.js
Prefer `Number.parseInt` over `parseInt`.
Check warning on line 88 in resources/js/mixins/lang-utils.js
Remove this redundant jump.
Check warning on line 94 in resources/js/mixins/lang-utils.js
Unexpected negated condition.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.