From c0afc96b8d073ae9014f2c9f5ebd6ee5e747864c Mon Sep 17 00:00:00 2001 From: shibao Date: Mon, 28 Nov 2022 00:14:16 -0500 Subject: [PATCH] add to faq --- changelog.md | 1 + lib/memex_web/live/faq_live.html.heex | 21 +++++++++++++++++++++ mix.exs | 2 +- priv/gettext/de/LC_MESSAGES/default.po | 20 ++++++++++++++++++++ priv/gettext/default.pot | 20 ++++++++++++++++++++ 5 files changed, 63 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 55837fa..a71bce9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # v0.1.2 - fix more typos +- add to faq # v0.1.1 - improve search a whole lot diff --git a/lib/memex_web/live/faq_live.html.heex b/lib/memex_web/live/faq_live.html.heex index 4a698dc..0cc3a38 100644 --- a/lib/memex_web/live/faq_live.html.heex +++ b/lib/memex_web/live/faq_live.html.heex @@ -120,5 +120,26 @@ ) %>

+ +
  • + + <%= gettext("how many people should i invite?") %> + +

    + <%= gettext( + "while memEx fully supports multiple users, each memEx instance should be treated as a single cohesive and collaborative document." + ) %> +

    +

    + <%= gettext( + "note, context and pipeline slugs must be unique, and you are free to backlink to notes not written by you." + ) %> +

    +

    + <%= gettext( + "so, i'd recommend inviting anyone you'd like to work on your collective memEx. however, when in doubt, hopefully setting up a new instance is easy enough. if it isn't, then feel free to let me know :)" + ) %> +

    +
  • diff --git a/mix.exs b/mix.exs index ae757e6..edc57ad 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Memex.MixProject do def project do [ app: :memex, - version: "0.1.1", + version: "0.1.2", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), compilers: Mix.compilers(), diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index 1bed8e2..a07f668 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -645,3 +645,23 @@ msgstr "" #, elixir-autogen, elixir-format, fuzzy msgid "forgot your password?" msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:126 +#, elixir-autogen, elixir-format +msgid "how many people should i invite?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:134 +#, elixir-autogen, elixir-format +msgid "note, context and pipeline slugs must be unique, and you are free to backlink to notes not written by you." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:139 +#, elixir-autogen, elixir-format +msgid "so, i'd recommend inviting anyone you'd like to work on your collective memEx. however, when in doubt, hopefully setting up a new instance is easy enough. if it isn't, then feel free to let me know :)" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:129 +#, elixir-autogen, elixir-format +msgid "while memEx fully supports multiple users, each memEx instance should be treated as a single cohesive and collaborative document." +msgstr "" diff --git a/priv/gettext/default.pot b/priv/gettext/default.pot index b39a9d0..9eb2eca 100644 --- a/priv/gettext/default.pot +++ b/priv/gettext/default.pot @@ -634,3 +634,23 @@ msgstr "" #, elixir-autogen, elixir-format msgid "forgot your password?" msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:126 +#, elixir-autogen, elixir-format +msgid "how many people should i invite?" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:134 +#, elixir-autogen, elixir-format +msgid "note, context and pipeline slugs must be unique, and you are free to backlink to notes not written by you." +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:139 +#, elixir-autogen, elixir-format +msgid "so, i'd recommend inviting anyone you'd like to work on your collective memEx. however, when in doubt, hopefully setting up a new instance is easy enough. if it isn't, then feel free to let me know :)" +msgstr "" + +#: lib/memex_web/live/faq_live.html.heex:129 +#, elixir-autogen, elixir-format +msgid "while memEx fully supports multiple users, each memEx instance should be treated as a single cohesive and collaborative document." +msgstr ""