[rkward/releases/0.6.4] /: changed default bug address for translations

m.eik michalke meik.michalke at uni-duesseldorf.de
Sat Dec 5 18:26:01 UTC 2015


Git commit 9bfc2b7ded4ef67734c7726eae60db153e0b4c8d by m.eik michalke.
Committed on 05/12/2015 at 18:12.
Pushed by meikm into branch 'releases/0.6.4'.

changed default bug address for translations

  - since this is meant for translation bugs, i guess you should now report to the i18n mailing list, right?

M  +1    -1    packages/rkwarddev/inst/scripts/update_plugin_messages.py
M  +1    -1    scripts/update_plugin_messages.py

http://commits.kde.org/rkward/9bfc2b7ded4ef67734c7726eae60db153e0b4c8d

diff --git a/packages/rkwarddev/inst/scripts/update_plugin_messages.py b/packages/rkwarddev/inst/scripts/update_plugin_messages.py
index 4e469a5..3b0c63d 100755
--- a/packages/rkwarddev/inst/scripts/update_plugin_messages.py
+++ b/packages/rkwarddev/inst/scripts/update_plugin_messages.py
@@ -33,7 +33,7 @@ import copy
 import re
 
 # You might want to adjust the following values (can also be overridden from environment variable):
-BUGADDR = "http://p.sf.net/rkward/bugs"     # Technically, this is for bugs _in the translation_
+BUGADDR = "https://mail.kde.org/mailman/listinfo/kde-i18n-doc"     # Technically, this is for bugs _in the translation_
 BUGADDR = os.getenv ('BUGADDR', BUGADDR)
 XGETTEXT_CALL =  "xgettext --from-code=UTF-8 -C -kde -ci18n -ki18n:1 -ki18nc:1c,2 -ki18np:1,2 -ki18ncp:1c,2,3"
 XGETTEXT_CALL += " -ktr2i18n:1 -kI18N_NOOP:1 -kI18N_NOOP2:1c,2 -kaliasLocale -kki18n:1 -kki18nc:1c,2 -kki18np:1,2"
diff --git a/scripts/update_plugin_messages.py b/scripts/update_plugin_messages.py
index 4e469a5..3b0c63d 100755
--- a/scripts/update_plugin_messages.py
+++ b/scripts/update_plugin_messages.py
@@ -33,7 +33,7 @@ import copy
 import re
 
 # You might want to adjust the following values (can also be overridden from environment variable):
-BUGADDR = "http://p.sf.net/rkward/bugs"     # Technically, this is for bugs _in the translation_
+BUGADDR = "https://mail.kde.org/mailman/listinfo/kde-i18n-doc"     # Technically, this is for bugs _in the translation_
 BUGADDR = os.getenv ('BUGADDR', BUGADDR)
 XGETTEXT_CALL =  "xgettext --from-code=UTF-8 -C -kde -ci18n -ki18n:1 -ki18nc:1c,2 -ki18np:1,2 -ki18ncp:1c,2,3"
 XGETTEXT_CALL += " -ktr2i18n:1 -kI18N_NOOP:1 -kI18N_NOOP2:1c,2 -kaliasLocale -kki18n:1 -kki18nc:1c,2 -kki18np:1,2"



More information about the rkward-tracker mailing list