<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-menus/po, branch master</title>
<subtitle>Library for the Desktop Menu freedesktop.org specification</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/'/>
<entry>
<title>fix invalid po files</title>
<updated>2026-04-29T20:16:59+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-16T15:04:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=6bff5a7d03a80135be2127c2533dab1f40266c8b'/>
<id>6bff5a7d03a80135be2127c2533dab1f40266c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove empty po files</title>
<updated>2026-04-29T20:16:59+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-16T09:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=5ab9ac5edb920c664470a20a76a9a98275985066'/>
<id>5ab9ac5edb920c664470a20a76a9a98275985066</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove invalid po files</title>
<updated>2026-04-29T20:16:59+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-10T14:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=f8b4ee1f9f8e8f9593106c28becf515e8f8a3afd'/>
<id>f8b4ee1f9f8e8f9593106c28becf515e8f8a3afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retrieve last transifex translations</title>
<updated>2026-04-29T20:16:59+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-09T13:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=af7c1555a48f86e7e8d272004cb5fae3d7a87606'/>
<id>af7c1555a48f86e7e8d272004cb5fae3d7a87606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Weblate migration</title>
<updated>2026-04-29T20:16:59+00:00</updated>
<author>
<name>Olivier Schneider</name>
<email>olivier@oschneider.eu</email>
</author>
<published>2026-04-02T15:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=de9883f9f7806208a1ba99d627114618caaa167d'/>
<id>de9883f9f7806208a1ba99d627114618caaa167d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2024-02-15T16:05:46+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-02-15T16:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=0d3ffad0a6566c9e826e414ed4963d8eb08a25b5'/>
<id>0d3ffad0a6566c9e826e414ed4963d8eb08a25b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add meson build system</title>
<updated>2023-09-02T15:12:19+00:00</updated>
<author>
<name>Xiaotian Wu</name>
<email>yetist@gmail.com</email>
</author>
<published>2023-01-08T03:51:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=d5e498eacbd3ec8c144e302d3ee0309d437d6e5f'/>
<id>d5e498eacbd3ec8c144e302d3ee0309d437d6e5f</id>
<content type='text'>
After switching to meson, calling the `g-ir-scanner` command with the
`--warn-all` parameter in the generated `build.ninja` file will display these warnings:

```
Warning: MateMenu: symbol="DesktopEntryType": unknown namespace for identifier "DesktopEntryType"
Warning: MateMenu: symbol='desktop_entry_new': Unknown namespace for symbol 'desktop_entry_new'
Warning: MateMenu: symbol='EntryDirectory': Unknown namespace for identifier 'EntryDirectory'
```

The reason for these warnings is that we use `MateMenu` as `identifier_prefix`
and `matemenu` as `symbol_prefix`, but the symbols that report warnings do not
start with these prefixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After switching to meson, calling the `g-ir-scanner` command with the
`--warn-all` parameter in the generated `build.ninja` file will display these warnings:

```
Warning: MateMenu: symbol="DesktopEntryType": unknown namespace for identifier "DesktopEntryType"
Warning: MateMenu: symbol='desktop_entry_new': Unknown namespace for symbol 'desktop_entry_new'
Warning: MateMenu: symbol='EntryDirectory': Unknown namespace for identifier 'EntryDirectory'
```

The reason for these warnings is that we use `MateMenu` as `identifier_prefix`
and `matemenu` as `symbol_prefix`, but the symbols that report warnings do not
start with these prefixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2022-11-11T18:05:11+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2022-11-09T21:22:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=eccb3a6a0a44595a78fef1c9bdc1e695d2987667'/>
<id>eccb3a6a0a44595a78fef1c9bdc1e695d2987667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: sync with transifex</title>
<updated>2021-08-04T14:22:06+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-08-04T14:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=ced5a856288be894d8f8152cc8432380332ad3e2'/>
<id>ced5a856288be894d8f8152cc8432380332ad3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tx: pull from transifex</title>
<updated>2021-06-05T13:39:57+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2021-06-05T13:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-menus/commit/?id=0be3312f8827c1cddc391e494ad61b04acdcecc8'/>
<id>0be3312f8827c1cddc391e494ad61b04acdcecc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
