Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Agregar locale para menú de elección de IDEF1X
  • Loading branch information
Francisco-Galindo committed Dec 17, 2024
commit 3ac309e073cdfbb1ffd94e2ec84aaab10adf1d06
1 change: 1 addition & 0 deletions src/i18n/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const en = {
show_cardinality: "Show cardinality",
default_notation: "Default notation",
crows_foot_notation: "Crow's foot notation",
idef1x_notation: "IDEF1X notation",
notation: "Notation",
theme: "Theme",
light: "Light",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const es = {
notation: "Notación",
default_notation: "Notación predeterminada",
crows_foot_notation: "Notación Crow's Foot",
idef1x_notation: "Notación IDEF1X",
theme: "Tema",
light: "Claro",
dark: "Oscuro",
Expand Down