Skip to content

Commit c5fa6ad

Browse files
committed
Fix "Where?" not being translatable
1 parent 572d82a commit c5fa6ad

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_includes/pages/get-involved.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h3 class="is-size-3">{{ "Roadmaps and Future Plans" | i18n }}</h3>
197197
<div class="container">
198198
<h2 id="reporting-issues" class="title section-title">{{ "Reporting Issues" | i18n }}</h2>
199199
<div class="content">
200-
<h3 class="is-size-3">Where?</h3>
200+
<h3 class="is-size-3">{{ "Where?" | i18n }}</h3>
201201
<p>
202202
{{ "Different things related to Luanti are maintained by different people,
203203
contacted in different ways." | i18n }}

locales/en/translation.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,24 +151,25 @@
151151
"However,\n\t\t\t\tthere are some overarching goals, both medium-term and long-term, that\n\t\t\t\thave been agreed upon by core developers:": "However,\n\t\t\t\tthere are some overarching goals, both medium-term and long-term, that\n\t\t\t\thave been agreed upon by core developers:",
152152
"Roadmap": "Roadmap",
153153
"Reporting Issues": "Reporting Issues",
154+
"Where?": "Where?",
154155
"Different things related to Luanti are maintained by different people,\n\t\t\t\tcontacted in different ways.": "Different things related to Luanti are maintained by different people,\n\t\t\t\tcontacted in different ways.",
155156
"Here you can find where to report issues, bugs and any other kinds of problems regarding to each\n\t\t\t\t“product”.": "Here you can find where to report issues, bugs and any other kinds of problems regarding to each\n\t\t\t\t“product”.",
156157
"People are generally available on Libera <abbr title='Internet Relay Chat'>IRC</abbr>, Discord, the\n\t\t\t\tLuanti Forums, GitHub and/or via email.": "People are generally available on Libera <abbr title='Internet Relay Chat'>IRC</abbr>, Discord, the\n\t\t\t\tLuanti Forums, GitHub and/or via email.",
157158
"Program": "Program",
158159
"People Responsible": "People Responsible",
159160
"Source": "Source",
160161
"Issue Tracker": "Issue Tracker",
161-
"Luanti Engine": "Luanti Engine",
162162
"Customized inventory screen from the [i3](https://content.luanti.org/packages/jp/i3/) mod": "Customized inventory screen from the [i3](https://content.luanti.org/packages/jp/i3/) mod",
163+
"Luanti Engine": "Luanti Engine",
163164
"Core developers": "Core developers",
164165
"Issues": "Issues",
165166
"Minetest Game": "Minetest Game",
166167
"Minetestmapper": "Minetestmapper",
167168
"[Glitch](https://content.luanti.org/packages/Wuzzy/glitch/), a platformer puzzle game with a story": "[Glitch](https://content.luanti.org/packages/Wuzzy/glitch/), a platformer puzzle game with a story",
168169
"Blender B3DExport": "Blender B3DExport",
169170
"Service": "Service",
170-
"*.luanti.org DNS": "*.luanti.org DNS",
171171
"[Steampunk Blimp](https://content.luanti.org/packages/apercy/steampunk_blimp/) mod for Minetest Game": "[Steampunk Blimp](https://content.luanti.org/packages/apercy/steampunk_blimp/) mod for Minetest Game",
172+
"*.luanti.org DNS": "*.luanti.org DNS",
172173
"n/a": "n/a",
173174
"Contact celeron55. His approval is needed to host under luanti.org": "Contact celeron55. His approval is needed to host under luanti.org",
174175
"Docs Team": "Docs Team",
@@ -269,8 +270,6 @@
269270
"Create/host a server (Wiki)": "Create/host a server (Wiki)",
270271
"To host a server by yourself": "To host a server by yourself",
271272
"The basics to host your multiplayer world locally or online.": "The basics to host your multiplayer world locally or online.",
272-
"Need a print version of this page? See the \"Minetest in Education\" leaflet.": "Need a print version of this page? See the \"Minetest in Education\" leaflet.",
273-
"\"Minetest in Education\" leaflet": "\"Minetest in Education\" leaflet",
274273
"To learn how to make mods": "To learn how to make mods",
275274
"Learn how to use Luanti's Lua API to create mods and games.": "Learn how to use Luanti's Lua API to create mods and games.",
276275
"Luanti community": "Luanti community",
@@ -279,6 +278,8 @@
279278
"There's an educator-led Discord for the discussion of Luanti in\n\t\t\t\t\teducation.": "There's an educator-led Discord for the discussion of Luanti in\n\t\t\t\t\teducation.",
280279
"Join the Discord": "Join the Discord",
281280
"Leaflet": "Leaflet",
281+
"Need a print version of this page? See the \"Minetest in Education\" leaflet.": "Need a print version of this page? See the \"Minetest in Education\" leaflet.",
282+
"\"Minetest in Education\" leaflet": "\"Minetest in Education\" leaflet",
282283
"Working on an edu project?": "Working on an edu project?",
283284
"Contribute back to the community by writing about your project\n\t\t\tand/or making your learning resources publicly available.": "Contribute back to the community by writing about your project\n\t\t\tand/or making your learning resources publicly available.",
284285
"Then,\n\t\t\t<a href='https://github.com/luanti-org/luanti-org.github.io/issues/new'>\n\t\t\t\tcreate an issue</a> or\n\t\t\t<a href='https://rubenwardy.com/contact/'>contact rubenwardy</a>.": "Then,\n\t\t\t<a href='https://github.com/luanti-org/luanti-org.github.io/issues/new'>\n\t\t\t\tcreate an issue</a> or\n\t\t\t<a href='https://rubenwardy.com/contact/'>contact rubenwardy</a>."

0 commit comments

Comments
 (0)