瀏覽代碼

Update site.php

okpierre 5 年之前
父節點
當前提交
2ee03bd3dd
共有 1 個文件被更改,包括 13 次插入13 次删除
  1. 13 13
      resources/lang/en/site.php

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

@@ -2,18 +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',
-    'places'        => 'Places',
+    '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',
 
 ];