Skip to content

Commit

Permalink
Merge pull request #2897 from nekodex/update-footer
Browse files Browse the repository at this point in the history
Update footer link to server status
  • Loading branch information
peppy committed Apr 4, 2018
2 parents 3a75ca1 + 4d371f6 commit 178a43c
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 18 deletions.
3 changes: 1 addition & 2 deletions app/helpers.php
Expand Up @@ -655,8 +655,7 @@ function footer_legal_links()
return [
'terms' => route('legal', 'terms'),
'copyright' => route('legal', 'copyright'),
'server_status' => osu_url('status.server'),
'osu_status' => osu_url('status.osustatus'),
'server_status' => osu_url('server_status'),
];
}

Expand Down
5 changes: 1 addition & 4 deletions config/osu.php
Expand Up @@ -100,10 +100,7 @@
'facebook' => 'https://facebook.com/osugame',
'twitter' => '/p/twitter',
],
'status' => [
'osustatus' => 'https://twitter.com/osustatus',
'server' => 'http://stat.ppy.sh/',
],
'server_status' => 'https://twitter.com/osustatus',
'user' => [
'kudosu' => '/wiki/Kudosu',
'recover' => '/p/forgot-email',
Expand Down
1 change: 0 additions & 1 deletion resources/lang/da/layout.php
Expand Up @@ -173,7 +173,6 @@
'legal' => [
'_' => 'Legal & Status',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Server Status',
'terms' => 'Betingelser for Brug',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/en/layout.php
Expand Up @@ -181,7 +181,6 @@
'legal' => [
'_' => 'Legal & Status',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Server Status',
'terms' => 'Terms of Service',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/es/layout.php
Expand Up @@ -179,7 +179,6 @@
'legal' => [
'_' => 'Estatus Legal',
'copyright' => 'Drechos de autor (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Estado del Servidor',
'terms' => 'Términos de Servicio',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/fr/layout.php
Expand Up @@ -170,7 +170,6 @@
'legal' => [
'_' => 'Statut & Légal',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Statut du serveur',
'terms' => 'Conditions du service',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/it/layout.php
Expand Up @@ -154,7 +154,6 @@
'legal' => [
'_' => 'Legale e Status',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Stato del Server',
'terms' => 'Termini di Servizio',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/ko/layout.php
Expand Up @@ -172,7 +172,6 @@
'legal' => [
'_' => '법률 & 상태',
'copyright' => '저작권 (DMCA)',
'osu_status' => '@osustatus',
'server_status' => '서버 상태 확인',
'terms' => '서비스 이용약관',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/pl/layout.php
Expand Up @@ -180,7 +180,6 @@
'legal' => [
'_' => 'Prawne i status',
'copyright' => 'Prawa Autorskie (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Status serwera',
'terms' => 'Warunki świadczenia usług',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/pt-br/layout.php
Expand Up @@ -181,7 +181,6 @@
'legal' => [
'_' => 'Informações Legais & Estado',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Estado dos Servidores',
'terms' => 'Termos de Serviço',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/ru/layout.php
Expand Up @@ -174,7 +174,6 @@
'legal' => [
'_' => 'Права и статус',
'copyright' => 'Авторские права (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Статус серверов',
'terms' => 'Условия использования',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/sv/layout.php
Expand Up @@ -173,7 +173,6 @@
'legal' => [
'_' => 'Juridik & Status',
'copyright' => 'Copyright (DMCA)',
'osu_status' => '@osustatus',
'server_status' => 'Server Status',
'terms' => 'Användarvillkor',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/zh-tw/layout.php
Expand Up @@ -181,7 +181,6 @@
'legal' => [
'_' => '法律 & 狀態',
'copyright' => '版權(DMCA)',
'osu_status' => '@osustatus',
'server_status' => '服務器狀態',
'terms' => '服務條款',
],
Expand Down
1 change: 0 additions & 1 deletion resources/lang/zh/layout.php
Expand Up @@ -178,7 +178,6 @@
'legal' => [
'_' => '法律 & 状态',
'copyright' => '版权(DMCA)',
'osu_status' => '@osustatus',
'server_status' => '服务器状态',
'terms' => '服务条款',
],
Expand Down

0 comments on commit 178a43c

Please sign in to comment.