forked from shibao/cannery
remove punctuation from error
This commit is contained in:
parent
8eb956d520
commit
f4d67dbeef
@ -104,8 +104,8 @@ defmodule Cannery.Containers do
|
|||||||
error_string =
|
error_string =
|
||||||
dngettext(
|
dngettext(
|
||||||
"errors",
|
"errors",
|
||||||
"There is still %{amount} ammo group in this container!",
|
"There is still %{amount} ammo group in this container",
|
||||||
"There are still %{amount} ammo groups in this container!",
|
"There are still %{amount} ammo groups in this container",
|
||||||
amount
|
amount
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -93,13 +93,6 @@ msgstr ""
|
|||||||
msgid "must be equal to %{number}"
|
msgid "must be equal to %{number}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, ex-autogen
|
|
||||||
#: lib/cannery/containers.ex:105
|
|
||||||
msgid "There is still %{amount} ammo group in this container!"
|
|
||||||
msgid_plural "There are still %{amount} ammo groups in this container!"
|
|
||||||
msgstr[0] ""
|
|
||||||
msgstr[1] ""
|
|
||||||
|
|
||||||
#, elixir-format, ex-autogen
|
#, elixir-format, ex-autogen
|
||||||
#: lib/cannery/accounts/user.ex:128
|
#: lib/cannery/accounts/user.ex:128
|
||||||
msgid "did not change"
|
msgid "did not change"
|
||||||
@ -141,6 +134,13 @@ msgid "Unauthorized"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, elixir-format, ex-autogen
|
#, elixir-format, ex-autogen
|
||||||
#: lib/cannery_web/templates/error/error.html.heex:25
|
#: lib/cannery_web/templates/error/error.html.heex:28
|
||||||
msgid "Go back home"
|
msgid "Go back home"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#, elixir-format, ex-autogen
|
||||||
|
#: lib/cannery/containers.ex:105
|
||||||
|
msgid "There is still %{amount} ammo group in this container"
|
||||||
|
msgid_plural "There are still %{amount} ammo groups in this container"
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
Loading…
Reference in New Issue
Block a user