Skip to content

Commit 6cb1ffd

Browse files
committed
release 4.8
1 parent 0d1fd68 commit 6cb1ffd

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

data/io.github.alainm23.planify.appdata.xml.in.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<li>French translation update thanks to @rene-coty.</li>
7878
<li>Spanish translation update thanks to @haggen88.</li>
7979
<li>Chinese translations update thanks to @FlysoftBeta.</li>
80+
<li>Hindi translation update thanks to @Scrambled777.</li>
8081
</ul>
8182
</description>
8283
</release>
File renamed without changes.
File renamed without changes.

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ if compile_schemas.found()
5252
)
5353
endif
5454

55-
install_data('folio_markdown.xml',
55+
install_data('markdown.xml',
5656
install_dir: get_option('datadir') / 'gtksourceview-5' / 'styles'
5757
)
58-
install_data('folio_markdown_dark.xml',
58+
install_data('markdown_dark.xml',
5959
install_dir: get_option('datadir') / 'gtksourceview-5' / 'styles'
6060
)
6161
install_data('markdownpp.lang',

0 commit comments

Comments
 (0)