| This test verifies that the default resource bundle contains an
entry for every known message.
Unfortunately, it is not possible to check whether, for example,
the "de" locale has a complete set of translations. This is because
the ResourceBundle implementation simply returns a string from an
inherited "parent" resource bundle if the key is not found in a
locale-specific bundle, and there is no way of telling which
bundle the message was retrieved from.
|