diff --git a/installer/templates/new/priv/gettext/en/LC_MESSAGES/errors.po b/installer/templates/new/priv/gettext/en/LC_MESSAGES/errors.po index 905488e01a..c6128c7546 100644 --- a/installer/templates/new/priv/gettext/en/LC_MESSAGES/errors.po +++ b/installer/templates/new/priv/gettext/en/LC_MESSAGES/errors.po @@ -1,7 +1,11 @@ -## `msgid`s in this file come from POT (.pot) files. Do not add, change, or -## remove `msgid`s manually here as they're tied to the ones in the -## corresponding POT file (with the same domain). Use `mix gettext.extract -## --merge` or `mix gettext.merge` to merge POT files into PO files. +## `msgid`s in this file come from POT (.pot) files. +## +## Do not add, change, or remove `msgid`s manually here as +## they're tied to the ones in the corresponding POT file +## (with the same domain). +## +## Use `mix gettext.extract --merge` or `mix gettext.merge` +## to merge POT files into PO files. msgid "" msgstr "" "Language: en\n"<%= if ecto do %> diff --git a/installer/templates/new/priv/gettext/errors.pot b/installer/templates/new/priv/gettext/errors.pot index bdfb3f74bc..3f5957ded2 100644 --- a/installer/templates/new/priv/gettext/errors.pot +++ b/installer/templates/new/priv/gettext/errors.pot @@ -1,8 +1,12 @@ -## This file is a PO Template file. `msgid`s here are often extracted from -## source code; add new translations manually only if they're dynamic -## translations that can't be statically extracted. Run `mix -## gettext.extract` to bring this file up to date. Leave `msgstr`s empty as -## changing them here as no effect; edit them in PO (`.po`) files instead. +## This file is a PO Template file. +## +## `msgid`s here are often extracted from source code. +## Add new translations manually only if they're dynamic +## translations that can't be statically extracted. +## +## Run `mix gettext.extract` to bring this file up to +## date. Leave `msgstr`s empty as changing them here as no +## effect. edit them in PO (`.po`) files instead. <%= if ecto do %> ## From Ecto.Changeset.cast/4 msgid "can't be blank"