From fe295f50d031ca6475e21a0ae317cf1c71a68347 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Sep 2021 11:37:15 +0200 Subject: Lint i18n files (#3841) Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format` --- app/i18n/es/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/es/user.php') diff --git a/app/i18n/es/user.php b/app/i18n/es/user.php index 7816efcbc..1d93a9f9a 100644 --- a/app/i18n/es/user.php +++ b/app/i18n/es/user.php @@ -14,7 +14,7 @@ return array( 'email_sent' => 'An email has been sent to your address.', // TODO - Translation 'error' => 'Email address validation failed.', // TODO - Translation 'ok' => 'This email address has been validated.', // TODO - Translation - 'unneccessary' => 'This email address was already validated.', // TODO - Translation + 'unnecessary' => 'This email address was already validated.', // TODO - Translation 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO - Translation ), 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - Translation -- cgit v1.2.3