rebase translations, fixing a few JS strings not mached; remove obsolete scripts
This commit is contained in:
parent
634f1210a6
commit
15cad4a9c0
|
@ -1,15 +0,0 @@
|
|||
#!/usr/bin/perl -w
|
||||
#
|
||||
use strict;
|
||||
|
||||
while (<STDIN>) {
|
||||
chomp;
|
||||
|
||||
if (/(__|Notify.progress|Notify.msg|Notify.info|Notify.error)\(['"](.*?)['"]\)/) {
|
||||
my $msg = $2;
|
||||
|
||||
$msg =~ s/\"/\\\"/g;
|
||||
|
||||
print "print T_js_decl(\"$msg\");\n";
|
||||
}
|
||||
}
|
|
@ -1,17 +0,0 @@
|
|||
__("Title");
|
||||
__("Title or Content");
|
||||
__("Link");
|
||||
__("Content");
|
||||
__("Article Date");
|
||||
|
||||
__("Delete article");
|
||||
__("Mark as read");
|
||||
__("Set starred");
|
||||
__("Publish article");
|
||||
__("Assign tags");
|
||||
__("Assign label");
|
||||
__("Modify score");
|
||||
|
||||
__("General");
|
||||
__("Interface");
|
||||
__("Advanced");
|
Loading…
Reference in New Issue