Skip to content

Commit

Permalink
update dev practices
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Jun 12, 2023
1 parent 4d95493 commit 7c17f4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/dev-practices.md
Expand Up @@ -72,11 +72,14 @@ queries and rules. Our queries are linted through clj-kondo and
[datalog-parser](https://github.com/lambdaforge/datalog-parser). clj-kondo will
error if it detects an invalid query.

### Invalid translations
### Translations

Our translations can be configured incorrectly. We can catch some of these
mistakes [as noted here](./contributing-to-translations.md#fix-mistakes).

Punctuation and delimiting characters (e.g `:`, `:`, `?`) should be part of the translatable string.
Those characters and their position may vary depending on the language.

### Spell Checker

We use [typos](https://github.com/crate-ci/typos) to spell check our source code.
Expand Down

0 comments on commit 7c17f4d

Please sign in to comment.