浏览代码

Merge pull request #1739 from okpierre/patch-3

Update site.php
daniel 5 年之前
父节点
当前提交
60cc0368da
共有 1 个文件被更改,包括 13 次插入12 次删除
  1. 13 12
      resources/lang/en/site.php

+ 13 - 12
resources/lang/en/site.php

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