1 /*xml 2 <module name="Checker"> 3 <module name="Translation"> 4 <property name="fileExtensions" value="properties"/> 5 <property name="fileExtensions" value="translations"/> 6 <property name="requiredTranslations" value="fr"/> 7 </module> 8 </module> 9 */ 10 package com.puppycrawl.tools.checkstyle.checks.translation; 11 12 13 /* 14 // xdoc section -- start 15 messages_home.properties // violation, 16 'Properties file 'messages_home_fr.properties' missing.' 17 messages_home.translations // violation, 18 'Properties file 'messages_home_fr.translations' missing.' 19 // xdoc section -- end 20 */ 21 public class Example3 {}