ci: upgrade typos to 1.16.8

This commit is contained in:
Zhizhen He
2023-08-24 13:23:11 +08:00
committed by Gabriel Horner
parent 73b92a8ccd
commit 4cb23ab193
10 changed files with 49 additions and 47 deletions

View File

@@ -18,7 +18,7 @@
(into {})))
(defn list-langs
"List translated langagues with their number of translations"
"List translated languages with their number of translations"
[]
(let [dicts (get-dicts)
en-count (count (dicts :en))
@@ -172,12 +172,11 @@
:host :settings-page/tab-editor :shortcut.category/plugins :whiteboard/link}
:pt-PT #{:plugins :settings-of-plugins :plugin/downloads :right-side-bar/flashcards
:settings-page/enable-flashcards :settings-page/plugin-system}
:nb-NO #{:port :type :whiteboard :right-side-bar/flashcards :right-side-bar/whiteboards
:search-item/whiteboard :settings-page/enable-flashcards :settings-page/enable-whiteboards
:settings-page/tab-editor :shortcut.category/whiteboard :whiteboard/medium
:nb-NO #{:port :type :whiteboard :right-side-bar/flashcards :right-side-bar/whiteboards
:search-item/whiteboard :settings-page/enable-flashcards :settings-page/enable-whiteboards
:settings-page/tab-editor :shortcut.category/whiteboard :whiteboard/medium
:whiteboard/twitter-url :whiteboard/youtube-url :right-side-bar/history-global}
:tr #{:help/awesome-logseq}
})
:tr #{:help/awesome-logseq}})
(defn- validate-languages-dont-have-duplicates
"Looks up duplicates for all languages"