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 @@ -43,8 +43,11 @@ yarn-error.log*
4343.yarn
4444.vscode /
4545
46- public /rss.json public /rss.xml public /atom.xml
47-
48- src /locales /** .mo
49- src /locales /** .js
50-
46+ # Lingui
47+ src /locales /** /* .mo
48+ src /locales /** /* .js
49+
50+ # RSS
51+ atom.xml
52+ rss.json
53+ 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