Skip to content

Commit 30fe469

Browse files
BradS2Sbradhanks
andauthoredDec 6, 2024
Fix a typo in the docs (#405)
Co-authored-by: Brad Hanks <hanks.brad@gmail.com>
1 parent 3a6e81c commit 30fe469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lib/gettext.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Gettext do
3030
means they only contain message IDs, and not actual translated strings. POT files have
3131
entries like this:
3232
33-
#: lib/myapp_web/live/hello_live.html.heex:2
33+
#: lib/my_app_web/live/hello_live.html.heex:2
3434
#, elixir-autogen, elixir-format
3535
msgid "Hello world"
3636
msgstr ""
@@ -40,7 +40,7 @@ defmodule Gettext do
4040
Entries in PO files contain translations for their specific locale. For example,
4141
in a PO file for Italian, the entry above would look like this:
4242
43-
#: lib/myapp_web/live/hello_live.html.heex:2
43+
#: lib/my_app_web/live/hello_live.html.heex:2
4444
#, elixir-autogen, elixir-format
4545
msgid "Hello world"
4646
msgstr "Ciao mondo"

0 commit comments

Comments
 (0)