org.tigris.scarab.util.build.l10nchecker.issues |
|
Java Source File Name | Type | Comment |
CantParseLineIssue.java | Class | This error is displayed if there's a line that does not represent a valid
line in a property file. |
DefinedTwiceDiffIssue.java | Class | This error is displayed in case you defined the same key twice with
different definitions. |
DefinedTwiceIssue.java | Class | This error is displayed in case you defined the same key twice. |
DifferentAttributeCountIssue.java | Class | This error is produced in case the number of arguments is different in the
reference and the localisation. |
IllegalPatternIssue.java | Class | |
NotInReferenceIssue.java | Class | This error is created if an attribute in the locatisation file does not
exist in the reference file
Example:
Remark:
In case the severity of "TranslationMissing" is set to a value
different to "IGNORE", another message is displayed. |
NoTransAllowedIssue.java | Class | A key has been marked as not to be translated in the recerence file
Example:
|
NotTranslatedIssue.java | Class | A key in the reference file has not been translated in the
localisation but is present. |
TranslatedTwiceDiffIssue.java | Class | The key described here is defined twice (or more) in the
localisation file. |
TranslatedTwiceIssue.java | Class | The key described here is defined twice (or more) with different
descriptions in the localisation file. |
TranslationMissingIssue.java | Class | A key in the reference file is not present in the
localisation file. |
TranslationRequiredIssue.java | Class | Translation is required.
This issue represents a key that has been marked in the reference file
as required to be translated (i.e. |