Skip to content

Commit 4531bfb

Browse files
yakushabbTheEvilSkeleton
authored andcommitted
appdata: translate=no properties (#3327)
appdata: translate=no properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: ximion/appstream#623
1 parent 5fcd13e commit 4531bfb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

data/com.usebottles.bottles.metainfo.xml.in.in

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<summary>Run Windows Software</summary>
99
<developer_name translatable="no">Bottles Contributors</developer_name>
1010
<developer id="@DEVELOPER_ID@">
11-
<name translatable="no">Bottles Contributors</name>
11+
<name translatable="no">The Bottles Contributors</name>
1212
</developer>
1313
<description>
1414
<p>Bottles lets you run Windows software on Linux, such as applications and games. It introduces a workflow that helps you organize by categorizing each software to your liking. Bottles provides several tools and integrations to help you manage and optimize your applications.</p>
@@ -68,7 +68,7 @@
6868
</requires>
6969
<releases>
7070
<release version="51.18" date="2025-01-14">
71-
<description translatable="no">
71+
<description translate="no">
7272
<ul>
7373
<li>Add Ctrl+N shortcut for creating a new bottle</li>
7474
<li>Add Shortcuts window</li>
@@ -82,12 +82,12 @@
8282
</description>
8383
</release>
8484
<release version="51.17" date="2024-12-14">
85-
<description translatable="no">
85+
<description translate="no">
8686
<p>Fixed a regression that makes the bottle's preferences page blank in some cases</p>
8787
</description>
8888
</release>
8989
<release version="51.16" date="2024-12-12">
90-
<description translatable="no">
90+
<description translate="no">
9191
<p>Fixed an issue where clicking on a snapshot instantly started the restore process</p>
9292
<p>Fixed a crash in bottles-cli when neither --executable nor --program was specified</p>
9393
<p>Fixed an issue where launch options were not honored when applications were launched from Desktop Entries</p>
@@ -102,12 +102,12 @@
102102
</description>
103103
</release>
104104
<release version="51.15" date="2024-10-14">
105-
<description translatable="no">
105+
<description translate="no">
106106
<p>Fixed a bug where the "win11" option was not available</p>
107107
</description>
108108
</release>
109109
<release version="51.14" date="2024-10-12">
110-
<description translatable="no">
110+
<description translate="no">
111111
<p>New "Native" Force Stop all Processes option</p>
112112
<p>Provide bottle Path as env var</p>
113113
<p>Fix "bottles:run/" uri processing (#3444)</p>
@@ -122,12 +122,12 @@
122122
</description>
123123
</release>
124124
<release version="51.13" date="2024-07-10">
125-
<description translatable="no">
125+
<description translate="no">
126126
<p>Fixed crash on starting executables via the file manager [#3427]</p>
127127
</description>
128128
</release>
129129
<release version="51.12" date="2024-07-09">
130-
<description translatable="no">
130+
<description translate="no">
131131
<p>Support d3d8 via dxvk</p>
132132
<p>Removed @lru_cache decorator from the Paths class, plus minor typing fixes</p>
133133
<p>Fixed crash on startup [#3329]</p>
@@ -145,7 +145,7 @@
145145
</description>
146146
</release>
147147
<release version="51.11" date="2024-02-18">
148-
<description translatable="no">
148+
<description translate="no">
149149
<p>Fix running programs via CLI</p>
150150
<p>Fix handling of empty program arguments</p>
151151
<p>Removed obsolete faudio dependency from the environment</p>
@@ -154,7 +154,7 @@
154154
</description>
155155
</release>
156156
<release version="51.10" date="2023-09-27">
157-
<description translatable="no">
157+
<description translate="no">
158158
<p>Clean FSR settings</p>
159159
<p>Improve bad connections handling</p>
160160
<p>Update Flatpak runtime</p>
@@ -163,18 +163,18 @@
163163
</description>
164164
</release>
165165
<release version="51.9" date="2023-08-21">
166-
<description translatable="no">
166+
<description translate="no">
167167
<p>Fix runners and components from not showing when prereleases are off</p>
168168
<p>Fix Steam runtime compatibility with Wine runners</p>
169169
</description>
170170
</release>
171171
<release version="51.8" date="2023-08-21">
172-
<description translatable="no">
172+
<description translate="no">
173173
<p>A few bug fixes</p>
174174
</description>
175175
</release>
176176
<release version="51.6" date="2023-05-03">
177-
<description translatable="no">
177+
<description translate="no">
178178
<p>Support for the double-DLL VKD3D</p>
179179
<p>Updated Flatpak runtime</p>
180180
<p>Minor improvement and fixes to the library</p>
@@ -184,34 +184,34 @@
184184
</description>
185185
</release>
186186
<release version="51.5" date="2023-02-23">
187-
<description translatable="no">
187+
<description translate="no">
188188
<p>Update metadata information</p>
189189
</description>
190190
</release>
191191
<release version="51.4" date="2023-02-23">
192-
<description translatable="no">
192+
<description translate="no">
193193
<p>Add more update information and correct release notes version</p>
194194
</description>
195195
</release>
196196
<release version="51.3" date="2023-02-23">
197-
<description translatable="no">
197+
<description translate="no">
198198
<p>Fixed "Add to Steam" button</p>
199199
<p>Fixed BottleConfig being not serializable</p>
200200
<p>Fixed Patool double extraction failing</p>
201201
</description>
202202
</release>
203203
<release version="51.2" date="2023-02-21">
204-
<description translatable="no">
204+
<description translate="no">
205205
<p>Correct version</p>
206206
</description>
207207
</release>
208208
<release version="51.1" date="2023-02-20">
209-
<description translatable="no">
209+
<description translate="no">
210210
<p>Fix crash when creating a bottle</p>
211211
</description>
212212
</release>
213213
<release version="51.0" date="2023-02-20">
214-
<description translatable="no">
214+
<description translate="no">
215215
<p>Major change: Redesign New Bottle interface</p>
216216
<p>Quality of life improvements:</p>
217217
<ul>
@@ -229,22 +229,22 @@
229229
</description>
230230
</release>
231231
<release version="50.2" date="2023-01-18">
232-
<description translatable="no">
232+
<description translate="no">
233233
<ul>
234234
<li>Fix error when downloading if Bottles isn't run from terminal</li>
235235
</ul>
236236
</description>
237237
</release>
238238
<release version="50.1" date="2023-01-15">
239-
<description translatable="no">
239+
<description translate="no">
240240
<ul>
241241
<li>Correct version date</li>
242242
<li>Hide NVIDIA-related critical errors on non-NVIDIA systems</li>
243243
</ul>
244244
</description>
245245
</release>
246246
<release version="50.0" date="2023-01-14">
247-
<description translatable="no">
247+
<description translate="no">
248248
<ul>
249249
<li>Gamescope improvements and fixes</li>
250250
<li>Dependency installation is faster and more stable</li>

0 commit comments

Comments
 (0)