Skip to content

Commit

Permalink
Merge pull request #404 from sabriunal/mark-translatable
Browse files Browse the repository at this point in the history
Several translation related patches
  • Loading branch information
Mandarancio authored Oct 8, 2023
2 parents 7ac0295 + f806672 commit f44117e
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 27 deletions.
12 changes: 5 additions & 7 deletions data/com.github.fabiocolacio.marker.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Marker</name>
<name xml:lang="ko">마커</name>
<summary>Powerful markdown editor for the GNOME desktop.</summary>
<summary xml:lang="ko">그놈 데스크탑을 위한 강력한 마크다운 편집기입니다.</summary>

<description>
<p>Features:</p>
Expand Down Expand Up @@ -61,15 +59,15 @@

<releases>
<release version="2020.04.04" date="2020-04-04">
<description>
<description translatable="no">
<ul>
<li>Fixed a bug where equations weren't being rendered properly.</li>
<li>Improved localizations.</li>
</ul>
</description>
</release>
<release version="2019.11.06" date="2019-11-06">
<description>
<description translatable="no">
<ul>
<li>Preview stick to the editing text better.</li>
<li>Fixed crash on file opening.</li>
Expand All @@ -78,7 +76,7 @@
</description>
</release>
<release version="2018.07.03" date="2018-07-03">
<description>
<description translatable="no">
<ul>
<li>Added ability to export documents from the cli.</li>
<li>Added vim-like shortcuts (h,j,k,l,g,G) to the previewer.</li>
Expand All @@ -90,7 +88,7 @@
</description>
</release>
<release version="2018.04.27" date="2018-04-27">
<description>
<description translatable="no">
<ul>
<li>Added right-to-left language support</li>
<li>Added support for beamer classes for making presentations</li>
Expand All @@ -101,7 +99,7 @@
<release version="2018.03.09" date="2018-03-09">
</release>
<release version="2018.01.23" date="2018-01-23">
<description>
<description translatable="no">
<p>Initial Flathub release</p>
</description>
</release>
Expand Down
4 changes: 4 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
data/com.github.fabiocolacio.marker.desktop
data/com.github.fabiocolacio.marker.appdata.xml
data/com.github.fabiocolacio.marker.gschema.xml
src/resources/ui/marker-appmenu.ui
src/resources/ui/marker-prefs-window.ui
src/resources/ui/marker-shortcuts-window.ui
Expand All @@ -7,4 +10,5 @@ src/resources/ui/marker-window-main-view.ui
src/resources/ui/marker-headerbar.ui
src/marker.c
src/marker-editor.c
src/marker-exporter.c
src/marker-window.c
Loading

0 comments on commit f44117e

Please sign in to comment.