File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ tasks:
229
229
locales:
230
230
desc: Extract locales
231
231
cmds:
232
+ - task: install-internal
232
233
- >
233
234
npm
234
235
run
Original file line number Diff line number Diff line change @@ -17,26 +17,26 @@ msgstr ""
17
17
msgid "Click me!"
18
18
msgstr "Click me!"
19
19
20
- #: src/app/error .tsx:13
20
+ #: src/hooks/use-toasts/main .tsx:17
21
21
msgid "Error"
22
22
msgstr "Error"
23
23
24
- #: src/app/ error.tsx:14
24
+ #: src/components/metadata/root/root- error-metadata/main .tsx:11
25
25
msgid "Error • {{ appname }}"
26
26
msgstr "Error • {{ appname }}"
27
27
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
32
32
msgid "{{ appname }}"
33
33
msgstr "{{ appname }}"
34
34
35
35
#: src/hooks/use-toasts/main.tsx:29
36
36
msgid "Info"
37
37
msgstr "Info"
38
38
39
- #: src/app/ not-found.tsx:13
39
+ #: src/components/metadata/root/root- not-found-metadata/main .tsx:11
40
40
msgid "Not Found • {{ appname }}"
41
41
msgstr "Not Found • {{ appname }}"
42
42
You can’t perform that action at this time.
0 commit comments