diff options
Diffstat (limited to 'shardweb/priv')
-rw-r--r-- | shardweb/priv/gettext/en/LC_MESSAGES/errors.po | 11 | ||||
-rw-r--r-- | shardweb/priv/gettext/errors.pot | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/shardweb/priv/gettext/en/LC_MESSAGES/errors.po b/shardweb/priv/gettext/en/LC_MESSAGES/errors.po new file mode 100644 index 0000000..cdec3a1 --- /dev/null +++ b/shardweb/priv/gettext/en/LC_MESSAGES/errors.po @@ -0,0 +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 "" +msgstr "" +"Language: en\n" diff --git a/shardweb/priv/gettext/errors.pot b/shardweb/priv/gettext/errors.pot new file mode 100644 index 0000000..6988141 --- /dev/null +++ b/shardweb/priv/gettext/errors.pot @@ -0,0 +1,10 @@ +## 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. + |