Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2037

provide checking tool to flag possible errors in message translations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.3.1.4
    • 10.3.1.4
    • Localization
    • None

    Description

      It would be useful to have a tool available that flags possible translation file issues, such as:

      • missing translations for (new) English messages
      • mismatched parameters between English and non-English messages
      • translation of keywords
      • quoting problems (i.e. use of double quotes when single quotes should be used, use of single quotes when double quotes should be used. This is based on what's described in the MessageFormat api doc)
      • mismatched characters such as < (when meaning smaller than), > (when meaning larger than), % etc.
      • identification of invalid characters, specifically characters in the range of 0x00-0x1f (which are ASCII) and 0x7f-0xff

      Note that such a tool cannot be definite (except about the missing messages) because the English messages are not following very strict formatting, and because what's acceptable syntax/grammar in one language may not work in another.

      A discussion about a first cut at such a tool can be found at:
      http://comments.gmane.org/gmane.comp.apache.db.derby.devel/32187

      Attachments

        1. LocCompare.java
          18 kB
          Myrna van Lunteren
        2. DERBY-2037_20061121.stat
          0.2 kB
          Myrna van Lunteren
        3. DERBY-2037_20061121.diff
          31 kB
          Myrna van Lunteren

        Activity

          People

            myrna Myrna van Lunteren
            myrna Myrna van Lunteren
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: