diff options
| author | 2021-10-21 11:24:51 +0200 | |
|---|---|---|
| committer | 2021-10-21 11:24:51 +0200 | |
| commit | 401af448ccde9246b51e041e89435faf8b463051 (patch) | |
| tree | cf554a436c500f01962c884ecfe644f943bb9e63 | |
| parent | af57c456df843eefc675fc7efb14689d3b9d49dd (diff) | |
i18n minor en-US
| -rw-r--r-- | app/i18n/en-us/gen.php | 2 | ||||
| -rw-r--r-- | cli/i18n/ignore/en-us.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php index cd2a3e096..c2effc533 100644 --- a/app/i18n/en-us/gen.php +++ b/app/i18n/en-us/gen.php @@ -146,7 +146,7 @@ return array( ), 'menu' => array( 'about' => 'About', - 'account' => 'Account', // TODO - Translation + 'account' => 'Account', 'admin' => 'Administration', 'archiving' => 'Archiving', 'authentication' => 'Authentication', diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 6f7d94cdf..6a036d2ce 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -506,6 +506,7 @@ return array( 'gen.lang.tr', 'gen.lang.zh-cn', 'gen.menu.about', + 'gen.menu.account', 'gen.menu.admin', 'gen.menu.archiving', 'gen.menu.authentication', |
