In Russian team
http://localize.drupal.org/translate/languages/ru

One of the unapproved users imported 5000+ strings as suggestions under Multiple Contributors account
It was done via #1005288: even unapproved users get "translation team member" role bug
Group already Invite only(for the migration process from drupaler.ru into l.d.o)

Can You clean all the spam strings from database for Russian team?

We do not import any strings into database till 0 suggestions

Comments

gábor hojtsy’s picture

Status: Active » Fixed

I dropped every contribution so far from the database.

mysql> select count(*) from l10n_server_translation where language = 'ru';
+----------+
| count(*) |
+----------+
|     5633 | 
+----------+
1 row in set (1.16 sec)

mysql> delete from l10n_server_translation where language = 'ru';
Query OK, 5633 rows affected (0.66 sec)

mysql> delete from l10n_server_status_flag where language = 'ru';
Query OK, 5630 rows affected (0.30 sec)
podarok’s picture

thanks a lot!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.