We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6e81c commit 30fe469Copy full SHA for 30fe469
lib/gettext.ex
@@ -30,7 +30,7 @@ defmodule Gettext do
30
means they only contain message IDs, and not actual translated strings. POT files have
31
entries like this:
32
33
- #: lib/myapp_web/live/hello_live.html.heex:2
+ #: lib/my_app_web/live/hello_live.html.heex:2
34
#, elixir-autogen, elixir-format
35
msgid "Hello world"
36
msgstr ""
@@ -40,7 +40,7 @@ defmodule Gettext do
40
Entries in PO files contain translations for their specific locale. For example,
41
in a PO file for Italian, the entry above would look like this:
42
43
44
45
46
msgstr "Ciao mondo"
0 commit comments