Skip to content

Commit 881f36d

Browse files
committed
Adapt strings for localization
1 parent 405cf9f commit 881f36d

36 files changed

+2133
-334
lines changed

lingui.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
const nextConfig = require('./next.config')
22

3-
console.log('nextConfig', nextConfig)
4-
53
/** @type {import('@lingui/conf').LinguiConfig} */
64
module.exports = {
75
locales: nextConfig.i18n.locales,

public/atom.xml

Lines changed: 241 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,241 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<feed xmlns="http://www.w3.org/2005/Atom">
3+
<id>https://xarray.dev/blog</id>
4+
<title>Xarray Blog Feed</title>
5+
<updated>2025-05-02T01:50:45.994Z</updated>
6+
<generator>https://github.com/jpmonette/feed</generator>
7+
<link rel="alternate" href="https://xarray.dev/blog"/>
8+
<link rel="self" href="https://xarray.dev/atom.xml"/>
9+
<subtitle>The latest news, insights, and practices about Xarray from the Xarray team</subtitle>
10+
<logo>https://xarray.dev/Xarray-assets/Icon/Xarray_Icon_Final.png</logo>
11+
<icon>https://xarray.dev/favicon.ico</icon>
12+
<rights>© 2025, Xarray core developers. Apache 2.0 Licensed</rights>
13+
<entry>
14+
<title type="html"><![CDATA[Xarray x NASA: xarray.DataTree for hierarchical data structures]]></title>
15+
<id>datatree</id>
16+
<link href="https://xarray.dev/blog/datatree"/>
17+
<updated>2024-12-19T00:00:00.000Z</updated>
18+
<author>
19+
<name>Tom Nicholas</name>
20+
</author>
21+
<author>
22+
<name>Owen Littlejohns</name>
23+
</author>
24+
<author>
25+
<name>Matt Savoie</name>
26+
</author>
27+
<author>
28+
<name>Eni Awowale</name>
29+
</author>
30+
<author>
31+
<name>Alfonso Ladino</name>
32+
</author>
33+
<author>
34+
<name>Justus Magin</name>
35+
</author>
36+
<author>
37+
<name>Stephan Hoyer</name>
38+
</author>
39+
</entry>
40+
<entry>
41+
<title type="html"><![CDATA[Improving GroupBy.map with Dask and Xarray]]></title>
42+
<id>dask-detrending</id>
43+
<link href="https://xarray.dev/blog/dask-detrending"/>
44+
<updated>2024-11-21T00:00:00.000Z</updated>
45+
<author>
46+
<name>Patrick Hoefler</name>
47+
</author>
48+
</entry>
49+
<entry>
50+
<title type="html"><![CDATA[Grouping by multiple arrays with Xarray]]></title>
51+
<id>multiple-groupers</id>
52+
<link href="https://xarray.dev/blog/multiple-groupers"/>
53+
<updated>2024-09-02T00:00:00.000Z</updated>
54+
<author>
55+
<name>Deepak Cherian</name>
56+
</author>
57+
</entry>
58+
<entry>
59+
<title type="html"><![CDATA[The revamped Xarray tutorial]]></title>
60+
<id>xarray-tutorial</id>
61+
<link href="https://xarray.dev/blog/xarray-tutorial"/>
62+
<updated>2024-06-11T00:00:00.000Z</updated>
63+
<author>
64+
<name>Deepak Cherian</name>
65+
</author>
66+
<author>
67+
<name>Scott Henderson</name>
68+
</author>
69+
<author>
70+
<name>Jessica Scheick</name>
71+
</author>
72+
<author>
73+
<name>Emma Marshall</name>
74+
</author>
75+
<author>
76+
<name>Tom Nicholas</name>
77+
</author>
78+
<author>
79+
<name>Anderson Banihirwe</name>
80+
</author>
81+
<author>
82+
<name>Negin Sobhani</name>
83+
</author>
84+
<author>
85+
<name>Don Setiawan</name>
86+
</author>
87+
</entry>
88+
<entry>
89+
<title type="html"><![CDATA[The Pangeo Machine Learning Ecosystem]]></title>
90+
<id>pangeo-ml-ecosystem-2023</id>
91+
<link href="https://xarray.dev/blog/pangeo-ml-ecosystem-2023"/>
92+
<updated>2024-04-03T00:00:00.000Z</updated>
93+
<author>
94+
<name>Wei Ji Leong</name>
95+
</author>
96+
<author>
97+
<name>Max Jones</name>
98+
</author>
99+
<author>
100+
<name>Negin Sobhani</name>
101+
</author>
102+
<author>
103+
<name>Deepak Cherian</name>
104+
</author>
105+
</entry>
106+
<entry>
107+
<title type="html"><![CDATA[CuPy-Xarray: Xarray on GPUs!]]></title>
108+
<id>cupy-tutorial</id>
109+
<link href="https://xarray.dev/blog/cupy-tutorial"/>
110+
<updated>2024-01-17T00:00:00.000Z</updated>
111+
<author>
112+
<name>Negin Sobhani</name>
113+
</author>
114+
<author>
115+
<name>Deepak Cherian</name>
116+
</author>
117+
<author>
118+
<name>Max Jones</name>
119+
</author>
120+
</entry>
121+
<entry>
122+
<title type="html"><![CDATA[flox: Faster GroupBy reductions with Xarray]]></title>
123+
<id>flox</id>
124+
<link href="https://xarray.dev/blog/flox"/>
125+
<updated>2023-07-18T00:00:00.000Z</updated>
126+
<author>
127+
<name>Deepak Cherian</name>
128+
</author>
129+
</entry>
130+
<entry>
131+
<title type="html"><![CDATA[Cubed: Bounded-memory serverless array processing in xarray]]></title>
132+
<id>cubed-xarray</id>
133+
<link href="https://xarray.dev/blog/cubed-xarray"/>
134+
<updated>2023-06-28T00:00:00.000Z</updated>
135+
<author>
136+
<name>Tom Nicholas</name>
137+
</author>
138+
<author>
139+
<name>Tom White</name>
140+
</author>
141+
</entry>
142+
<entry>
143+
<title type="html"><![CDATA[Weather Radar Data in Xarray]]></title>
144+
<id>introducing-xradar</id>
145+
<link href="https://xarray.dev/blog/introducing-xradar"/>
146+
<updated>2023-05-17T00:00:00.000Z</updated>
147+
<author>
148+
<name>Maxwell Grover</name>
149+
</author>
150+
<author>
151+
<name>Kai Mühlbauer</name>
152+
</author>
153+
<author>
154+
<name>Edouard Goudenhoofdt</name>
155+
</author>
156+
<author>
157+
<name>Alfonso Ladino</name>
158+
</author>
159+
<author>
160+
<name>Zachary Sherman</name>
161+
</author>
162+
</entry>
163+
<entry>
164+
<title type="html"><![CDATA[Better Bayesian Workflows with InferenceData and Xarray]]></title>
165+
<id>introducing-inference-data</id>
166+
<link href="https://xarray.dev/blog/introducing-inference-data"/>
167+
<updated>2023-05-10T00:00:00.000Z</updated>
168+
<author>
169+
<name>Ravin Kumar</name>
170+
</author>
171+
<author>
172+
<name>Oriol Abril-Pla</name>
173+
</author>
174+
<author>
175+
<name>Osvaldo Martin</name>
176+
</author>
177+
</entry>
178+
<entry>
179+
<title type="html"><![CDATA[Using Xarray for the analysis of neurophysiology data]]></title>
180+
<id>xarray-for-neurophysiology</id>
181+
<link href="https://xarray.dev/blog/xarray-for-neurophysiology"/>
182+
<updated>2023-03-29T00:00:00.000Z</updated>
183+
<author>
184+
<name>Josh Siegle</name>
185+
</author>
186+
</entry>
187+
<entry>
188+
<title type="html"><![CDATA[Reflections on my NCAR summer internship working with Xarray and satellite data]]></title>
189+
<id>siparcs-2022</id>
190+
<link href="https://xarray.dev/blog/siparcs-2022"/>
191+
<updated>2022-11-01T00:00:00.000Z</updated>
192+
<author>
193+
<name>Emma Marshall</name>
194+
</author>
195+
</entry>
196+
<entry>
197+
<title type="html"><![CDATA[Making WRF model output Xarray-friendly using xWRF]]></title>
198+
<id>introducing-xwrf</id>
199+
<link href="https://xarray.dev/blog/introducing-xwrf"/>
200+
<updated>2022-10-28T00:00:00.000Z</updated>
201+
<author>
202+
<name>Lukas Pilz</name>
203+
</author>
204+
<author>
205+
<name>Jonathan (JT) Thielen</name>
206+
</author>
207+
</entry>
208+
<entry>
209+
<title type="html"><![CDATA[Unit-aware arithmetic in Xarray, via pint]]></title>
210+
<id>introducing-pint-xarray</id>
211+
<link href="https://xarray.dev/blog/introducing-pint-xarray"/>
212+
<updated>2022-08-30T00:00:00.000Z</updated>
213+
<author>
214+
<name>Tom Nicholas</name>
215+
</author>
216+
<author>
217+
<name>Justus Magin</name>
218+
</author>
219+
</entry>
220+
<entry>
221+
<title type="html"><![CDATA[Enabling GPU-native analytics with Xarray and kvikIO]]></title>
222+
<id>xarray-kvikio</id>
223+
<link href="https://xarray.dev/blog/xarray-kvikio"/>
224+
<updated>2022-08-30T00:00:00.000Z</updated>
225+
<author>
226+
<name>Deepak Cherian</name>
227+
</author>
228+
<author>
229+
<name>Wei Ji Leong</name>
230+
</author>
231+
</entry>
232+
<entry>
233+
<title type="html"><![CDATA[Reflecting on Xarray’s first development grant]]></title>
234+
<id>czi-eoss-grant-conclusion</id>
235+
<link href="https://xarray.dev/blog/czi-eoss-grant-conclusion"/>
236+
<updated>2022-06-09T00:00:00.000Z</updated>
237+
<author>
238+
<name>Joe Hamman</name>
239+
</author>
240+
</entry>
241+
</feed>

0 commit comments

Comments
 (0)