Skip to content

Commit e2a14fb

Browse files
authored
Cleaned up code (#38)
1 parent 886b4d2 commit e2a14fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/Taskfile.dist.yaml.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ tasks:
229229
locales:
230230
desc: Extract locales
231231
cmds:
232+
- task: install-internal
232233
- >
233234
npm
234235
run

src/src/locales/en.po.jinja

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@ msgstr ""
1717
msgid "Click me!"
1818
msgstr "Click me!"
1919

20-
#: src/app/error.tsx:13
20+
#: src/hooks/use-toasts/main.tsx:17
2121
msgid "Error"
2222
msgstr "Error"
2323

24-
#: src/app/error.tsx:14
24+
#: src/components/metadata/root/root-error-metadata/main.tsx:11
2525
msgid "Error • {{ appname }}"
2626
msgstr "Error • {{ appname }}"
2727

28-
#: src/app/error.tsx:18
29-
#: src/app/not-found.tsx:18
30-
#: src/app/page.tsx:13
31-
#: src/app/page.tsx:18
28+
#: src/components/metadata/root/root-error-metadata/main.tsx:10
29+
#: src/components/metadata/root/root-not-found-metadata/main.tsx:10
30+
#: src/components/metadata/root/root-page-metadata/main.tsx:10
31+
#: src/components/metadata/root/root-page-metadata/main.tsx:11
3232
msgid "{{ appname }}"
3333
msgstr "{{ appname }}"
3434

3535
#: src/hooks/use-toasts/main.tsx:29
3636
msgid "Info"
3737
msgstr "Info"
3838

39-
#: src/app/not-found.tsx:13
39+
#: src/components/metadata/root/root-not-found-metadata/main.tsx:11
4040
msgid "Not Found • {{ appname }}"
4141
msgstr "Not Found • {{ appname }}"
4242

0 commit comments

Comments
 (0)