[gnome-commander/gcmd-1-4] Added translation capability in appdata file



commit 068690e61e35a7e20112803ccce97a0236ddcdd8
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sat Dec 13 09:48:47 2014 +0100

    Added translation capability in appdata file

 data/Makefile.am                    |    1 +
 data/gnome-commander.appdata.xml.in |    8 ++++----
 po/POTFILES.in                      |    1 +
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index be34347..b3bb327 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,6 +10,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 appdatadir = $(datadir)/appdata
 appdata_in_files = @PACKAGE  appdata xml in
 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+ INTLTOOL_XML_RULE@
 
 #BUILT_SOURCES = @PACKAGE -@VERSION  ebuild
 
diff --git a/data/gnome-commander.appdata.xml.in b/data/gnome-commander.appdata.xml.in
index a7957e9..a51167c 100644
--- a/data/gnome-commander.appdata.xml.in
+++ b/data/gnome-commander.appdata.xml.in
@@ -7,18 +7,18 @@
  <name>Gnome Commander</name>
  <summary>Two-pane file manager</summary>
  <description>
-  <p>
+  <_p>
     GNOME Commander is a "two-pane" graphical file manager for the GNOME
     desktop environment. It features separate tabs for each pane,
     setting up custom device buttons, bookmark manager, fully integrated
     commandline, file quick search, an internal image viewer, a powerful
     batch renaming tool, and FTP and Samba access.
-  </p>
-  <p>
+  </_p>
+  <_p>
     GNOME Commander aims to advanced users who like to focus on precise
     file management, working in parallel through special applications,
     and running smart commands.
-  </p>
+  </_p>
  </description>
  <screenshots>
   <screenshot type="default" width="1280" 
height="720">https://gcmd.github.io/ss/MainWin-Classic.png</screenshot>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8d5ad47..5d99002 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,7 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 [encoding: UTF-8]
+data/gnome-commander.appdata.xml.in
 data/gnome-commander.desktop.in.in
 libgcmd/gnome-cmd-string-dialog.cc
 plugins/fileroller/file-roller-plugin.cc


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]