bbdoc / PoracleWeb

Web Interface add-on to PoracleJS
GNU Affero General Public License v3.0
21 stars 33 forks source link

Grammar Fix for incorrect plural use of 'Pokémon' #63

Closed kbtbc closed 3 years ago

kbtbc commented 3 years ago

The correct plural term (in all languages) is only 'Pokémon' (not 'Pokémons')

Tried to find the most obvious places to fix. This PR applies to main display text only, I did not change any variables or language files.

bbdoc commented 3 years ago

I need to check that because it will also have an impact on all locale files. Also changing the term "Pokémon" alone will be problematic for some languages in which we cannot make the difference between singular and plural anymore.

kbtbc commented 3 years ago

If it is too much to redo the language files for mapping, I would suggest at least the main index.php landing page heading display, at lines 522 (& 567). Thanks.

bbdoc commented 3 years ago

Was updated directly as this PR was only tackling a few occurences.