Disable translations for now

This commit is contained in:
Hylke Bons 2012-06-19 19:20:33 +01:00
parent fc957c9ae8
commit ac06ead5bf
5 changed files with 6 additions and 14 deletions

View file

@ -2,7 +2,6 @@
host = https://www.transifex.net host = https://www.transifex.net
[sparkleshare.UI] [sparkleshare.UI]
file_filter = po/<lang>.po file_filter = SparkleShare/Common/Translations/<lang>.po
source_file = po/sparkleshare.pot source_file = SparkleShare/Common/Translations/sparkleshare.pot
source_lang = en source_lang = en

View file

@ -1,4 +1,4 @@
basedirs = build SparkleLib SparkleLib/Git po basedirs = build SparkleLib SparkleLib/Git
SUBDIRS = $(basedirs) $(GUISUBDIRS) SUBDIRS = $(basedirs) $(GUISUBDIRS)
DIST_SUBDIRS = $(basedirs) SparkleShare DIST_SUBDIRS = $(basedirs) SparkleShare

View file

@ -15,7 +15,7 @@ dist_plugins_DATA = \
ssnet.png \ ssnet.png \
own-server.png own-server.png
@INTLTOOL_XML_RULE@ #@INTLTOOL_XML_RULE@
pluginsdir = $(pkgdatadir)/plugins/ pluginsdir = $(pkgdatadir)/plugins/

View file

@ -61,10 +61,10 @@ check_autotool_version aclocal 1.9
check_autotool_version automake 1.9 check_autotool_version automake 1.9
check_autotool_version autoconf 2.53 check_autotool_version autoconf 2.53
check_autotool_version $LIBTOOLIZE 1.4.3 check_autotool_version $LIBTOOLIZE 1.4.3
check_autotool_version intltoolize 0.35.0 #check_autotool_version intltoolize 0.35.0
check_autotool_version pkg-config 0.14.0 check_autotool_version pkg-config 0.14.0
run intltoolize --force --copy #run intltoolize --force --copy
run $LIBTOOLIZE --force --copy --automake run $LIBTOOLIZE --force --copy --automake
run aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS run aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS
run autoconf run autoconf

View file

@ -21,12 +21,6 @@ fi
AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave \${ACLOCAL_FLAGS}"]) AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave \${ACLOCAL_FLAGS}"])
dnl i18n
IT_PROG_INTLTOOL([0.40.6])
GETTEXT_PACKAGE=sparkleshare
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
SHAMROCK_EXPAND_LIBDIR SHAMROCK_EXPAND_LIBDIR
SHAMROCK_EXPAND_BINDIR SHAMROCK_EXPAND_BINDIR
SHAMROCK_EXPAND_DATADIR SHAMROCK_EXPAND_DATADIR
@ -158,7 +152,6 @@ SparkleShare/Linux/Nautilus/Makefile
SparkleShare/Linux/Nautilus/sparkleshare-nautilus-extension.py SparkleShare/Linux/Nautilus/sparkleshare-nautilus-extension.py
SparkleShare/Linux/Nautilus/sparkleshare-nautilus3-extension.py SparkleShare/Linux/Nautilus/sparkleshare-nautilus3-extension.py
SparkleShare/Makefile SparkleShare/Makefile
po/Makefile.in
Makefile Makefile
]) ])