Merge pull request #1739 from okpierre/patch-3

Update site.php
This commit is contained in:
daniel 2019-10-01 13:46:25 -06:00 committed by GitHub
commit 60cc0368da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +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',
]; ];