diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-05-05 23:28:01 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-05-05 23:28:01 +0200 |
commit | 671d8c06a561fb49a654701f0ff60ab0a5f8be78 (patch) | |
tree | 38d69df1a9f45d55b442b6c89c5681b0fa558621 | |
parent | 933be61a4be04cfc5b04e96d59c0ad0f42539f0d (diff) | |
download | digital-freedom-hints-671d8c06a561fb49a654701f0ff60ab0a5f8be78.tar.gz digital-freedom-hints-671d8c06a561fb49a654701f0ff60ab0a5f8be78.zip |
add "online forms" and "software translation" hints
-rw-r--r-- | hints.json | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -254,5 +254,37 @@ "url": "https://searx.space/" } ] + }, + "10": { + "name": { + "en": "Online forms", + "pl": "Formularze do ankiet online" + }, + "text": { + "en": "As Google Forms are being imposed on more and more people, it is a good time to find out about ethical replacements for those.", + "pl": "Formularze Google są narzucane coraz większej liczbie osób. To dobry moment, żeby dowiedzieć się o etycznych zamiennikach dla nich." + }, + "suggested": [ + { + "name": "Yakforms", + "url": "https://yakforms.org/en/" + } + ] + }, + "11": { + "name": { + "en": "Software translation", + "pl": "Tłumaczenie programów" + }, + "text": { + "en": "Even without being a programmer you can contribute to software freedom - by helping with translations.", + "pl": "Nawet nie będąc programistą możesz przyczynić się do rozwoju wolnego oprogramowania - poprzez pomoc w tłumaczeniu." + }, + "suggested": [ + { + "name": "Translation Project", + "url": "https://translationproject.org/" + } + ] } } |