View Javadoc
1   /*xml
2   <module name="Checker">
3     <module name="Translation">
4       <property name="requiredTranslations" value="es, fr"/>
5     </module>
6   </module>
7   */
8   
9   package com.puppycrawl.tools.checkstyle.checks.translation;
10  
11  
12  /*
13  // xdoc section -- start
14  messages.properties     // violation 'Key 'age', 'name' and 'greeting' missing.'
15  messages_fr.properties  // violation 'Key 'age', 'cancel' and 'hello' missing.'
16  messages_es.properties  // violation 'Key 'cancel', 'name' and 'hello' missing.'
17  // xdoc section -- end
18  */
19  public class Example1 {}