mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update site.php
This commit is contained in:
parent
0bb1887da9
commit
2ee03bd3dd
1 changed files with 13 additions and 13 deletions
|
@ -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' => 'We’re still working on localization support',
|
'l10nWip' => 'We’re 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',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue