trenamed extras/po to an intelligible name - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a0997cba270a452a21a415e60c40aa3bb747e64e
DIR parent 63464fa5eabd5b5b6f9bd27ce50838985c3853df
HTML Author: Jaromil <jaromil@dyne.org>
Date: Sun, 13 Dec 2015 01:12:44 +0100
renamed extras/po to an intelligible name
Diffstat:
M INSTALL.md | 4 ++--
M Makefile | 2 +-
R extras/po/Makefile -> extras/trans… | 0
R extras/po/de.po -> extras/translat… | 0
R extras/po/es.po -> extras/translat… | 0
R extras/po/fr.po -> extras/translat… | 0
R extras/po/generate_translatable_st… | 0
R extras/po/generate_translatable_st… | 0
R extras/po/it.po -> extras/translat… | 0
R extras/po/ru.po -> extras/translat… | 0
R extras/po/sv.po -> extras/translat… | 0
R extras/po/tomb.pot -> extras/trans… | 0
12 files changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/INSTALL.md b/INSTALL.md
t@@ -165,13 +165,13 @@ Please note that it doesn't makes much sense to use KDF keys and
steganography, since the latter will invalidate the brute-forcing
protection. For details on the issue see [KNOWN_BUGS.md](KNOWN_BUGS).
-### extras/po (translations)
+### extras/translations/
There are translations available for Tomb and they are installed by
default. If you wish to update them manually navigate to extras/po
and run 'make install' as root:
- cd extras/po
+ cd extras/translations
sudo make install
# Tomb support in other applications
DIR diff --git a/Makefile b/Makefile
t@@ -17,7 +17,7 @@ install:
install -Dm644 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
@echo
@echo "Tomb is installed succesfully. To install language translations, make sure"
- @echo "gettext is also installed, then 'cd extras/po' and 'make install' there."
+ @echo "gettext is also installed, then 'cd extras/translations' and 'make install' there."
@echo
@echo "Look around the extras/ directory, it contains other interesting modules."
@echo
DIR diff --git a/extras/po/Makefile b/extras/translations/Makefile
DIR diff --git a/extras/po/de.po b/extras/translations/de.po
DIR diff --git a/extras/po/es.po b/extras/translations/es.po
DIR diff --git a/extras/po/fr.po b/extras/translations/fr.po
DIR diff --git a/extras/po/generate_translatable_strings.pl b/extras/translations/generate_translatable_strings.pl
DIR diff --git a/extras/po/generate_translatable_strings.sh b/extras/translations/generate_translatable_strings.sh
DIR diff --git a/extras/po/it.po b/extras/translations/it.po
DIR diff --git a/extras/po/ru.po b/extras/translations/ru.po
DIR diff --git a/extras/po/sv.po b/extras/translations/sv.po
DIR diff --git a/extras/po/tomb.pot b/extras/translations/tomb.pot