From 7c17f4d1108c4ef15e174f8ab15a978a88518094 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Mon, 12 Jun 2023 13:05:00 +0300 Subject: [PATCH] update dev practices --- docs/dev-practices.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dev-practices.md b/docs/dev-practices.md index 59fee9fe2dd..ad1e15eec40 100644 --- a/docs/dev-practices.md +++ b/docs/dev-practices.md @@ -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.