File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/org/computate/frFR/java Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -234,16 +234,21 @@ public static void main(String[] args) throws Exception {
234234 indexerClasses (SITE_SRC , classeLangueConfig );
235235 indexerClasses (SITE_SRC , classeLangueConfig );
236236 indexerClasses (SITE_SRC , classeLangueConfig );
237+ indexerClasses (SITE_SRC , classeLangueConfig );
238+ indexerClasses (SITE_SRC , classeLangueConfig );
237239 }
238240 System .out .println (classeLangueConfig .getString (I18n .str_Pret ));
239241 regarderRepertoire .traiterEvenements (classeLangueConfig );
240242 } else {
241243 if (!GENERER_MAINTENANT ) {
242244 indexerClasses (SITE_SRC , classeLangueConfig );
245+ indexerClasses (SITE_SRC , classeLangueConfig );
246+ indexerClasses (SITE_SRC , classeLangueConfig );
243247 }
244248 if (GENERER ) {
245249 if (!GENERER_MAINTENANT ) {
246250 indexerEcrireClasses (SITE_SRC , classeLangueConfig );
251+ indexerEcrireClasses (SITE_SRC , classeLangueConfig );
247252 }
248253 indexerEcrireClasses (SITE_SRC , classeLangueConfig );
249254 } else {
You can’t perform that action at this time.
0 commit comments