mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:55:56 +00:00
rebase translations, fixing a few JS strings not mached; remove obsolete scripts
This commit is contained in:
@@ -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");
|
|
||||||
Reference in New Issue
Block a user