From a0997cba270a452a21a415e60c40aa3bb747e64e Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sun, 13 Dec 2015 01:12:44 +0100 Subject: [PATCH] renamed extras/po to an intelligible name --- INSTALL.md | 4 ++-- Makefile | 2 +- extras/{po => translations}/Makefile | 0 extras/{po => translations}/de.po | 0 extras/{po => translations}/es.po | 0 extras/{po => translations}/fr.po | 0 extras/{po => translations}/generate_translatable_strings.pl | 0 extras/{po => translations}/generate_translatable_strings.sh | 0 extras/{po => translations}/it.po | 0 extras/{po => translations}/ru.po | 0 extras/{po => translations}/sv.po | 0 extras/{po => translations}/tomb.pot | 0 12 files changed, 3 insertions(+), 3 deletions(-) rename extras/{po => translations}/Makefile (100%) rename extras/{po => translations}/de.po (100%) rename extras/{po => translations}/es.po (100%) rename extras/{po => translations}/fr.po (100%) rename extras/{po => translations}/generate_translatable_strings.pl (100%) rename extras/{po => translations}/generate_translatable_strings.sh (100%) rename extras/{po => translations}/it.po (100%) rename extras/{po => translations}/ru.po (100%) rename extras/{po => translations}/sv.po (100%) rename extras/{po => translations}/tomb.pot (100%) diff --git a/INSTALL.md b/INSTALL.md index 2118082..64492e8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/Makefile b/Makefile index 94ef0ab..b9e154f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/extras/po/Makefile b/extras/translations/Makefile similarity index 100% rename from extras/po/Makefile rename to extras/translations/Makefile diff --git a/extras/po/de.po b/extras/translations/de.po similarity index 100% rename from extras/po/de.po rename to extras/translations/de.po diff --git a/extras/po/es.po b/extras/translations/es.po similarity index 100% rename from extras/po/es.po rename to extras/translations/es.po diff --git a/extras/po/fr.po b/extras/translations/fr.po similarity index 100% rename from extras/po/fr.po rename to extras/translations/fr.po diff --git a/extras/po/generate_translatable_strings.pl b/extras/translations/generate_translatable_strings.pl similarity index 100% rename from extras/po/generate_translatable_strings.pl rename to extras/translations/generate_translatable_strings.pl diff --git a/extras/po/generate_translatable_strings.sh b/extras/translations/generate_translatable_strings.sh similarity index 100% rename from extras/po/generate_translatable_strings.sh rename to extras/translations/generate_translatable_strings.sh diff --git a/extras/po/it.po b/extras/translations/it.po similarity index 100% rename from extras/po/it.po rename to extras/translations/it.po diff --git a/extras/po/ru.po b/extras/translations/ru.po similarity index 100% rename from extras/po/ru.po rename to extras/translations/ru.po diff --git a/extras/po/sv.po b/extras/translations/sv.po similarity index 100% rename from extras/po/sv.po rename to extras/translations/sv.po diff --git a/extras/po/tomb.pot b/extras/translations/tomb.pot similarity index 100% rename from extras/po/tomb.pot rename to extras/translations/tomb.pot