Skip to content

Commit

Permalink
[fix]: person_name_image param descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
a8081 committed Apr 11, 2024
1 parent 0e1211f commit 4126ae8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/infrastructure/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@
"paragraph_configuration_max_paragraph":"Maximum number of paragraphs to be generated",
"truncated_sentence_configuration_char_limit":"Maximum number of characters",
"gui_component_status":"Status to be assigned to the resulting GUI component",
"number_of_surnames": "Number of surnames to be generated"
"number_of_names": "Number of names to be generated",
"number_of_surnames": "Number of surnames to be generated",
"person_name_configuration_font": "Font configuration",
"person_name_configuration_char_limit": "Maximum number of characters"
}
},
"GUI_category": {
Expand Down
5 changes: 4 additions & 1 deletion src/infrastructure/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@
"mouse_list_coordenates_resolution_y":"Resolución del alto de la imagen",
"truncated_sentence_configuration_char_limit":"Máximo número de caracteres",
"gui_component_status": "Estado a ser asignado al componente GUI resultante",
"number_of_surnames": "Número de apellidos a generar"
"number_of_names": "Número de nombres a ser generados",
"number_of_surnames": "Número de apellidos a ser generados",
"person_name_configuration_font": "Configuración de la fuente",
"person_name_configuration_char_limit": "Número máximo de caracteres"
}
},
"GUI_category": {
Expand Down

0 comments on commit 4126ae8

Please sign in to comment.