From 1e3babd4c430c264ccf4e87999b7d1782c1c3c7f Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Thu, 27 Aug 2015 09:17:43 +0300 Subject: [PATCH] l10n: fix transifex.com URL The old one no longer seems to work. --- README | 2 +- configure.ac | 2 +- siplcs.vcxproj | 4 ++-- src/adium/xcconfigs/Base.xcconfig | 2 +- src/core/Makefile.mingw | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 4896c2b6..fbb61f1e 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ Localization SIPE has already been localized for several languages. You can help to translate SIPE to your native language at Transifex: - https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/ + https://www.transifex.com/stefanb/pidgin-sipe/ The service offers a convenient web editor. diff --git a/configure.ac b/configure.ac index a0b0664e..3ccf4725 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_INIT([pidgin-sipe], SIPE_VERSION, SIPE_HOMEPAGE) AC_DEFINE([SIPE_TRANSLATIONS_URL], - ["https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/"], + ["https://www.transifex.com/stefanb/pidgin-sipe/"], [URL for submitting translations.]) dnl define optional git commit ID generated by autogen.sh diff --git a/siplcs.vcxproj b/siplcs.vcxproj index 83354a08..c0064632 100755 --- a/siplcs.vcxproj +++ b/siplcs.vcxproj @@ -106,7 +106,7 @@ Full $(SolutionDir)/../include;$(ProjectDir)/src/api;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/";%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;HAVE_SSPI;SECURITY_WIN32;SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";%(PreprocessorDefinitions) MultiThreadedDLL Level3 ProgramDatabase @@ -122,7 +122,7 @@ Disabled $(SolutionDir)/../include;$(ProjectDir)/src/core;$(ProjectDir)/src/api;$(ProjectDir)/src/;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;SECURITY_WIN32;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;PACKAGE_NAME="pidgin-sipe";PACKAGE_VERSION="1.19.1";PACKAGE_URL="http://sipe.sourceforge.net/";SIPE_TRANSLATIONS_URL="https://www.transifex.com/stefanb/pidgin-sipe/";PACKAGE_BUGREPORT="https://sourceforge.net/p/sipe/bugs/";SIPE_VERSION="1.19.1";_CRT_SECURE_NO_WARNINGS;HAVE_NSS;HAVE_GMIME;HAVE_VV;ENABLE_NLS;MIRANDA;HAVE_GSSAPI_GSSAPI_H;SECURITY_WIN32;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDLL diff --git a/src/adium/xcconfigs/Base.xcconfig b/src/adium/xcconfigs/Base.xcconfig index f785b951..f8b82594 100644 --- a/src/adium/xcconfigs/Base.xcconfig +++ b/src/adium/xcconfigs/Base.xcconfig @@ -16,7 +16,7 @@ HEADER_SEARCH_PATHS = "../../../adium/Frameworks/libglib.framework/Headers" "../ // Hack to work around how xcconfig pre-processor handles double-slash as a comment (even in a quoted string!!) :( SLASH=/ -SIPE_TRANSLATIONS_URL=\"https:${SLASH}/www.transifex.com/projects/p/pidgin-sipe/resource/mob/\" +SIPE_TRANSLATIONS_URL=\"https:${SLASH}/www.transifex.com/stefanb/pidgin-sipe/\" PACKAGE_BUGREPORT=\"https:${SLASH}/sourceforge.net/p/sipe/bugs/\" PACKAGE_URL=\"http:${SLASH}/sipe.sourceforge.net/\" diff --git a/src/core/Makefile.mingw b/src/core/Makefile.mingw index 6306fd12..797b023b 100644 --- a/src/core/Makefile.mingw +++ b/src/core/Makefile.mingw @@ -43,7 +43,7 @@ DEFINES += -DPACKAGE_BUGREPORT=\"https://sourceforge.net/p/sipe/bugs/\" DEFINES += -DPACKAGE_NAME=\"pidgin-sipe\" DEFINES += -DPACKAGE_URL=\"http://sipe.sourceforge.net/\" DEFINES += -DPACKAGE_VERSION=\"$(VERSION)\" -DEFINES += -DSIPE_TRANSLATIONS_URL=\"https://www.transifex.com/projects/p/pidgin-sipe/resource/mob/\" +DEFINES += -DSIPE_TRANSLATIONS_URL=\"https://www.transifex.com/stefanb/pidgin-sipe/\" #DEFINES += -DENABLE_OCS2005_MESSAGE_HACK=1 ifdef USE_SSPI -- 2.11.4.GIT