-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.7-PL1
-
Fix Version/s: 3.0.8-RC1
-
Component/s: Language pack
-
Labels:None
-
GitHub Pull Request URL:
Open: language/en/search_synonyms.php
First, the language typo.
Find:
'gage' => 'guage',
|
Replace with:
'gage' => 'gauge',
|
"Judgement" is British English, "Judgment" is American English, and the default language in phpBB is British English.
Find:
'judgement' => 'judgment',
|
Replace with:
'judgment' => 'judgement',
|