Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config :kanta_test, KantaTest.Gettext,

# Configures the endpoint
config :kanta_test, KantaTestWeb.Endpoint,
url: [host: "kanta.curiosum.com"],
# url: [host: "kanta.curiosum.com"],
render_errors: [
formats: [html: KantaTestWeb.ErrorHTML, json: KantaTestWeb.ErrorJSON],
layout: false
Expand Down
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if config_env() == :prod do
You can generate one by calling: mix phx.gen.secret
"""

host = System.get_env("PHX_HOST") || "kanta.curiosum.com"
host = System.get_env("PHX_HOST") || "localhost"
port = String.to_integer(System.get_env("PORT") || "4000")

config :kanta_test, KantaTestWeb.Endpoint,
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/en/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: en\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 2 additions & 0 deletions priv/gettext/en/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
msgid ""
msgstr ""
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"


## From Ecto.Changeset.cast/4
msgid "can't be blank"
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/en/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: en\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/es/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
3 changes: 2 additions & 1 deletion priv/gettext/es/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
msgid ""
msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"


msgid "can't be blank"
msgstr "no puede estar en blanco"
Expand Down
3 changes: 2 additions & 1 deletion priv/gettext/es/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
msgid ""
msgstr ""
"Language: es\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"


#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/fr/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n>1);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/fr/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n>1);"

msgid "can't be blank"
msgstr "cest rien"
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/fr/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: fr\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n>1);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/it/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/it/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

msgid "can't be blank"
msgstr "non può essere vuoto"
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/it/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/lt/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: lt\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && (n%100<10||n%100>=20) ? 1 : 2);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/lt/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: lt\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && (n%100<10||n%100>=20) ? 1 : 2);"

msgid "can't be blank"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/lt/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: lt\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && (n%100<10||n%100>=20) ? 1 : 2);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/pt/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: pt\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/pt/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: pt\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

msgid "can't be blank"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/pt/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: pt\n"
"Plural-Forms: nplurals=2\n"
"Plural-Forms: nplurals=2; plural=(n != 1);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:90
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/ru/LC_MESSAGES/default.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms:nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10||n%100>=20) ? 1 : 2);"

#: lib/kanta_test_web/components/core_components.ex:490
#, elixir-autogen, elixir-format
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/ru/LC_MESSAGES/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10||n%100>=20) ? 1 : 2);"

msgid "can't be blank"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion priv/gettext/ru/LC_MESSAGES/homepage.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Language: ru\n"
"Plural-Forms: nplurals=3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100 != 11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10||n%100>=20) ? 1 : 2);"

#: lib/kanta_test_web/controllers/page_html/home.html.heex:87
#, elixir-autogen, elixir-format
Expand Down