Skip to content

Commit 23499c8

Browse files
goanpecamelissawm
authored andcommitted
Remoe other file and update gititnore and package.json
1 parent f65fd69 commit 23499c8

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
@@ -48,8 +48,11 @@ yarn-error.log*
4848
.yarn
4949
.vscode/
5050

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

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)