[rkward-cvs] [rkward] /: i18n: handle translations of vnd.rkward.r.xml

Pino Toscano pino at kde.org
Sat Dec 6 10:09:25 UTC 2014


Git commit 847237293daddc419cda647b1cca918465660e8b by Pino Toscano.
Committed on 06/12/2014 at 10:09.
Pushed by pino into branch 'master'.

i18n: handle translations of vnd.rkward.r.xml

A  +22   -0    XmlMessages.sh

http://commits.kde.org/rkward/847237293daddc419cda647b1cca918465660e8b

diff --git a/XmlMessages.sh b/XmlMessages.sh
new file mode 100755
index 0000000..5f6cb77
--- /dev/null
+++ b/XmlMessages.sh
@@ -0,0 +1,22 @@
+function get_files
+{
+    echo rkward/vnd.rkward.r.xml
+}
+
+function po_for_file
+{
+    case "$1" in
+       rkward/vnd.rkward.r.xml)
+           echo rkward_xml_mimetypes.po
+       ;;
+    esac
+}
+
+function tags_for_file
+{
+    case "$1" in
+       rkward/vnd.rkward.r.xml)
+           echo comment
+       ;;
+    esac
+}





More information about the rkward-tracker mailing list