Skip to content

Commit 59ff2a6

Browse files
committed
Remoe other file and update gititnore and package.json
1 parent 54d654e commit 59ff2a6

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

.gitignore

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ yarn-error.log*
4343
.yarn
4444
.vscode/
4545

46-
public/rss.jsonpublic/rss.xmlpublic/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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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"

src/locales/en/messages.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,15 @@ msgid "Example Gallery"
172172
msgstr "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
180180
msgid "failed to load"
181181
msgstr "failed to load"
182182

183+
#: src/components/dashboard/timeline-plot-container.js:23
183184
#: src/components/dashboard/project-metrics.js:17
184185
msgid "failed to load data"
185186
msgstr "failed to load data"

src/locales/es/messages.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,15 @@ msgid "Example Gallery"
177177
msgstr "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
185185
msgid "failed to load"
186186
msgstr "Falla en la carga"
187187

188+
#: src/components/dashboard/timeline-plot-container.js:23
188189
#: src/components/dashboard/project-metrics.js:17
189190
msgid "failed to load data"
190191
msgstr "Error al cargar los datos"

src/locales/pt/messages.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,15 @@ msgid "Example Gallery"
177177
msgstr "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
185185
msgid "failed to load"
186186
msgstr "Falha ao carregar"
187187

188+
#: src/components/dashboard/timeline-plot-container.js:23
188189
#: src/components/dashboard/project-metrics.js:17
189190
msgid "failed to load data"
190191
msgstr "falha ao carregar os dados"

0 commit comments

Comments
 (0)