do we even need translation status? pootle reports the status just fine.
Andrew Lewman

Andrew Lewman commited on 2010-08-12 22:25:46
Zeige 1 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.

... ...
@@ -213,15 +212,15 @@
213 212
     my %table_rows;
214 213
     do_status(%table_rows, '.', 0);
215 214
     do_status(%table_rows, 'docs', 1);
216
-    do_status(%table_rows, 'torbrowser', 1);
217
-    do_status(%table_rows, 'torbutton', 1);
218
-    do_status(%table_rows, 'tordnsel', 1);
215
+    #do_status(%table_rows, 'torbrowser', 1);
216
+    #do_status(%table_rows, 'torbutton', 1);
217
+    #do_status(%table_rows, 'tordnsel', 1);
219 218
     do_status(%table_rows, 'projects', 1);
220
-    do_status(%table_rows, 'torvm', 1);
219
+    #do_status(%table_rows, 'torvm', 1);
221 220
     do_status(%table_rows, 'press', 1);
222 221
     #do_status(%table_rows, 'gettor', 1);
223
-    do_status(%table_rows, 'vidalia', 1);
224
-    #do_status(%table_data, 'eff', 1);
222
+    #do_status(%table_rows, 'vidalia', 1);
223
+    do_status(%table_data, 'eff', 1);
225 224
     #do_status(%table_data, 'gui', 1);
226 225
     sort_and_print(%table_rows);
227 226
     
228 227