Skip to content

Commit 403f52a

Browse files
committed
todo update; use script to post translation
1 parent 6513e6f commit 403f52a

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

TRANSLATE.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ <h1>'NeatLauncher' Translations
4949
<input type="checkbox" id="ldefault" checked="checked" /><label for="ldefault">default</label>&nbsp;
5050
<input type="checkbox" id="lde" checked="checked" /><label for="lde">de</label>&nbsp;
5151
<input type="checkbox" id="lpl" checked="checked" /><label for="lpl">pl</label>&nbsp;
52-
<form action="mailto:neatlauncher-xlat@theiling.de?subject=NeatLauncher Translations"
53-
method="POST" enctype="application/x-www-form-urlencoded">
52+
<form action="xlat.cgix" method="POST" enctype="application/x-www-form-urlencoded">
5453
<input type="hidden" name="githash" value="XXGITHASH" />
5554
<table>
5655
<tr><td>.</td><td>.</td>

app/src/main/TODO.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@
2525

2626
* auto-save option
2727

28-
* polish translation
29-
3028
## Possibly for later releases
3129

32-
* french translation (current version lacks proof-reading)
33-
34-
* give feedback why weather is not displayed; black box is bad
30+
* french translation (current draft lacks proof-reading)
3531

3632
* list upcoming events from calendar
3733

script/mkresource.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,8 +1114,7 @@ ($)
11141114
my $ql = quote_html($l);
11151115
$t .= qq(<input type="checkbox" id="l$ql" checked="checked" /><label for="l$ql">$ql</label>\&nbsp;\n);
11161116
}
1117-
$t .= qq(<form action="mailto:$xlat_email?subject=$title Translations"
1118-
method="POST" enctype="application/x-www-form-urlencoded">\n);
1117+
$t .= qq(<form action="xlat.cgix" method="POST" enctype="application/x-www-form-urlencoded">\n);
11191118
11201119
$t .= qq(<input type="hidden" name="githash" value="XXGITHASH" />\n);
11211120
$t .= qq(<table>\n);

0 commit comments

Comments
 (0)