Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9847

Language typo and written form (British/American)

    XMLWordPrintable

Details

    Description

      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',
      

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Maël Soucaze Maël Soucaze [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: