Skip to content

Commit f303d5d

Browse files
committed
gettext
1 parent d737ca1 commit f303d5d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

priv/gettext/en/LC_MESSAGES/errors.po

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## `msgid`s in this file come from POT (.pot) files.
2+
##
3+
## Do not add, change, or remove `msgid`s manually here as
4+
## they're tied to the ones in the corresponding POT file
5+
## (with the same domain).
6+
##
7+
## Use `mix gettext.extract --merge` or `mix gettext.merge`
8+
## to merge POT files into PO files.
9+
msgid ""
10+
msgstr ""
11+
"Language: en\n"

priv/gettext/errors.pot

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## This is a PO Template file.
2+
##
3+
## `msgid`s here are often extracted from source code.
4+
## Add new translations manually only if they're dynamic
5+
## translations that can't be statically extracted.
6+
##
7+
## Run `mix gettext.extract` to bring this file up to
8+
## date. Leave `msgstr`s empty as changing them here has no
9+
## effect: edit them in PO (`.po`) files instead.

0 commit comments

Comments
 (0)