File tree Expand file tree Collapse file tree 5 files changed +18
-12
lines changed
Expand file tree Collapse file tree 5 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,11 @@ yarn-error.log*
4848.yarn
4949.vscode /
5050
51- public /rss.json public /rss.xml public /atom.xml
52-
53- src /locales /** .mo
54- src /locales /** .js
55-
51+ # Lingui
52+ src /locales /** /* .mo
53+ src /locales /** /* .js
54+
55+ # RSS
56+ atom.xml
57+ rss.json
58+ rss.xml
Original file line number Diff line number Diff line change 66 "build-cards" : " node build-cards.js" ,
77 "extract" : " lingui extract" ,
88 "compile" : " lingui compile" ,
9- "dev" : " next dev" ,
9+ "dev" : " yarn compile && next dev" ,
1010 "build" : " yarn extract && yarn compile && next build" ,
1111 "start" : " next start" ,
1212 "lint" : " next lint"
Original file line number Diff line number Diff line change @@ -172,14 +172,15 @@ msgid "Example Gallery"
172172msgstr "Example Gallery"
173173
174174#: src/components/dashboard/timeline-plot-container.js:23
175- msgid "failed to 3 load data"
176- msgstr "failed to 3 load data"
175+ #~ msgid "failed to 3 load data"
176+ #~ msgstr "failed to 3 load data"
177177
178178#: src/components/ecosystem.js:32
179179#: src/components/dashboard/timeseries-agg-stats-card.js:12
180180msgid "failed to load"
181181msgstr "failed to load"
182182
183+ #: src/components/dashboard/timeline-plot-container.js:23
183184#: src/components/dashboard/project-metrics.js:17
184185msgid "failed to load data"
185186msgstr "failed to load data"
Original file line number Diff line number Diff line change @@ -177,14 +177,15 @@ msgid "Example Gallery"
177177msgstr "Galería de ejemplos"
178178
179179#: src/components/dashboard/timeline-plot-container.js:23
180- msgid "failed to 3 load data"
181- msgstr ""
180+ #~ msgid "failed to 3 load data"
181+ #~ msgstr ""
182182
183183#: src/components/ecosystem.js:32
184184#: src/components/dashboard/timeseries-agg-stats-card.js:12
185185msgid "failed to load"
186186msgstr "Falla en la carga"
187187
188+ #: src/components/dashboard/timeline-plot-container.js:23
188189#: src/components/dashboard/project-metrics.js:17
189190msgid "failed to load data"
190191msgstr "Error al cargar los datos"
Original file line number Diff line number Diff line change @@ -177,14 +177,15 @@ msgid "Example Gallery"
177177msgstr "Galeria de exemplos"
178178
179179#: src/components/dashboard/timeline-plot-container.js:23
180- msgid "failed to 3 load data"
181- msgstr ""
180+ #~ msgid "failed to 3 load data"
181+ #~ msgstr ""
182182
183183#: src/components/ecosystem.js:32
184184#: src/components/dashboard/timeseries-agg-stats-card.js:12
185185msgid "failed to load"
186186msgstr "Falha ao carregar"
187187
188+ #: src/components/dashboard/timeline-plot-container.js:23
188189#: src/components/dashboard/project-metrics.js:17
189190msgid "failed to load data"
190191msgstr "falha ao carregar os dados"
You can’t perform that action at this time.
0 commit comments