Update site.php

This commit is contained in:
okpierre 2019-10-01 09:41:17 -04:00 committed by GitHub
parent 0bb1887da9
commit 2ee03bd3dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,18 @@
return [ return [
'about' => 'About', 'about' => 'About',
'help' => 'Help', 'help' => 'Help',
'language' => 'Language', 'language' => 'Language',
'fediverse' => 'Fediverse', 'fediverse' => 'Fediverse',
'opensource' => 'Open Source', 'opensource' => 'Open Source',
'terms' => 'Terms', 'terms' => 'Terms',
'privacy' => 'Privacy', 'privacy' => 'Privacy',
'l10nWip' => 'Were still working on localization support', 'l10nWip' => 'Were still working on localization support',
'currentLocale' => 'Current locale', 'currentLocale' => 'Current locale',
'selectLocale' => 'Select one of the supported languages', 'selectLocale' => 'Select one of the supported languages',
'contact' => 'Contact', 'contact' => 'Contact',
'contact-us' => 'Contact Us', 'contact-us' => 'Contact Us',
'places' => 'Places', 'places' => 'Places',
]; ];