1 /*xml 2 <module name="Checker"> 3 <module name="Translation"> 4 <property name="baseName" value="^ButtonLabels.*$"/> 5 <property name="requiredTranslations" value="fr"/> 6 </module> 7 </module> 8 */ 9 10 package com.puppycrawl.tools.checkstyle.checks.translation; 11 12 /* 13 // xdoc section -- start 14 ButtonLabels.properties // violation 'Key 'name' is missing.' 15 ButtonLabels_fr.properties // violation 'Key 'cancel' is missing.' 16 // xdoc section -- end 17 */ 18 public class Example2 {}