From 3ac309e073cdfbb1ffd94e2ec84aaab10adf1d06 Mon Sep 17 00:00:00 2001 From: Francisco-Galindo Date: Tue, 17 Dec 2024 13:00:09 -0600 Subject: [PATCH] =?UTF-8?q?Agregar=20locale=20para=20men=C3=BA=20de=20elec?= =?UTF-8?q?ci=C3=B3n=20de=20IDEF1X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en.js | 1 + src/i18n/locales/es.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/locales/en.js b/src/i18n/locales/en.js index 0aff7d0..a1e16e1 100644 --- a/src/i18n/locales/en.js +++ b/src/i18n/locales/en.js @@ -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", diff --git a/src/i18n/locales/es.js b/src/i18n/locales/es.js index 9df23cd..9f68ec2 100644 --- a/src/i18n/locales/es.js +++ b/src/i18n/locales/es.js @@ -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",