Skip to content

Commit

Permalink
Adding a Ready message in console when watching after indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Feb 12, 2024
1 parent c4e0ea4 commit f3d5ff2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/computate/frFR/java/ConfigCles.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class ConfigCles {
public static final String str_le_projet_ = "str_le_projet_";
public static final String str_Modifier_des_ = "str_Modifier_des_";
public static final String str_nest_pas_une_entite_indexe = "str_nest_pas_une_entite_indexe";
public static final String str_Pret = "str_Pret";
public static final String str_Rechercher_ = "str_Rechercher_";
public static final String str_Remplacer_ = "str_Remplacer_";
public static final String str_roles_requis = "str_roles_requis";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public static void main(String[] args) throws Exception {
indexerClasses(SITE_CHEMIN, classeLangueConfig);
indexerClasses(SITE_CHEMIN, classeLangueConfig);
indexerClasses(SITE_CHEMIN, classeLangueConfig);
System.out.println(classeLangueConfig.getString(ConfigCles.str_Pret));
regarderRepertoire.traiterEvenements();
} else {
indexerClasses(SITE_CHEMIN, classeLangueConfig);
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/computate/i18n/i18n_enUS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ str_Liste_Champs: "Field List"
str_le_projet_: " the project "
str_Modifier_des_: "Modify "
str_nest_pas_une_entite_indexe: "is not an indexed entity"
str_Pret: "Ready"
str_Rechercher_: "Search "
str_Remplacer_: "Replace "
str_roles_requis: "roles required: "
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/org/computate/i18n/i18n_frFR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ str_Liste_Champs: "Liste de Champs"
str_le_projet_: " le projet "
str_Modifier_des_: "Modifier "
str_nest_pas_une_entite_indexe: "n'est pas une entité indexé"
str_Pret: "Prêt"
str_Rechercher_: "Rechercher "
str_Remplacer_: "Remplacer "
str_roles_requis: "rôles requis : "
Expand Down

0 comments on commit f3d5ff2

Please sign in to comment.