Fix duplicates that were caught by linter

Also undo removals in this PR of translations that were being used.
Also changed :misc/copy translation since it didn't have a meaningful
description
This commit is contained in:
Gabriel Horner
2023-06-05 12:41:15 -04:00
parent 2d60d95bc5
commit 1765ecfb02
20 changed files with 81 additions and 25 deletions

View File

@@ -82,9 +82,11 @@ Almost all translations are small. The only exceptions to this are the keys `:tu
## Fix Mistakes
Sometimes, we typo a translation key or forget to use it. If this happens,
the github CI step of `bb lang:validate-translations` will detect these errors
and tell you what's wrong.
Sometimes, we typo a translation key or forget to use it. If this happens, the
github CI step of `bb lang:validate-translations` will detect these errors and
tell you what's wrong. If you get an error about duplicate translations and this
is a valid duplication for the language, then add it to `allowed-duplicates` in
[lang.clj](https://github.com/logseq/logseq/blob/master/scripts/src/logseq/tasks/lang.clj).
## Add a Language