summaryrefslogtreecommitdiffstats
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt12
-rw-r--r--po/README23
2 files changed, 0 insertions, 35 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
deleted file mode 100644
index 6befcef..0000000
--- a/po/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################
-#
-# (C) 2016 Slávek Banko
-# slavek (DOT) banko (AT) axis.cz
-#
-# Improvements and feedback are welcome
-#
-# This file is released under GPL >= 2
-#
-#################################################
-
-tde_create_translation( LANG auto OUTPUT_NAME tellico )
diff --git a/po/README b/po/README
deleted file mode 100644
index f277363..0000000
--- a/po/README
+++ /dev/null
@@ -1,23 +0,0 @@
-To regenerate the message strings, type
-
-make package-messages
-
-from the top-level directory.
-
-Please note that you need a special for KDE patched version of xgettext. You
-can obtain it from http://packages.ubuntu.com/de/edgy/gettext-kde. Don't forget
-to make this binary available as xgettext (instead of kde-xgettext) by e.g.
-creating a link in your search path.
-
-If you don't do this, code such as i18n("Comic Book Illustrator", "Artist")
-would correspond to two separate strings "Comic Book Illustrator" and
-"Artist" instead of a combined entry from which only the second one has to be
-translated:
-
-msgid ""
-"_: Comic Book Illustrator\n"
-"Artist"
-msgstr "Künstler"
-
-You also need the tool extractrc. In Debian it is available in the package
-tdesdk-scripts.