Skip to content

Write a script to help enforce spelling/style guide/etc... #203

Description

@VariantXYZ

It should be possible to rely on scripts for a lot of the style guide and text requirements.

  • * Spell check: We can implement something like: http://norvig.com/spell-correct.html along with using the Glossary and some manual intervention to put together a basic spell-checker to throw errors when it finds words that are misspelled.
  • * We should verify that part descriptions always fit in one box.
  • * Make sure the Yen sign (¥) is before money values and that money is properly formatted with commas every 3 digits
  • * Verify capitalization of nouns and product names
  • * Checks like RoboRobo gang -> RoboRobo Gang
  • * Verify ellipsis are the only time punctuation happens in sequence (no ?? or .. or !!)
  • * Make sure end codes match between the translation and original
  • Make sure a single 'word' will fit in one line or otherwise get split into two

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions