From 697725f2dcf3cf68fc04bc15b0bab589f726b42d Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Wed, 4 Feb 2026 17:02:25 +0000 Subject: [PATCH] Added fall back for ES, and moved the translation files, so derivatives can be easily constructed. --- public/locales/es/.gitkeep | 0 public/locales/{es-ES => es}/common.json | 0 public/locales/{es-ES => es}/htmlIsland.json | 0 public/locales/{es-ES => es}/mailTypes.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/locales/es/.gitkeep rename public/locales/{es-ES => es}/common.json (100%) rename public/locales/{es-ES => es}/htmlIsland.json (100%) rename public/locales/{es-ES => es}/mailTypes.json (100%) diff --git a/public/locales/es/.gitkeep b/public/locales/es/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public/locales/es-ES/common.json b/public/locales/es/common.json similarity index 100% rename from public/locales/es-ES/common.json rename to public/locales/es/common.json diff --git a/public/locales/es-ES/htmlIsland.json b/public/locales/es/htmlIsland.json similarity index 100% rename from public/locales/es-ES/htmlIsland.json rename to public/locales/es/htmlIsland.json diff --git a/public/locales/es-ES/mailTypes.json b/public/locales/es/mailTypes.json similarity index 100% rename from public/locales/es-ES/mailTypes.json rename to public/locales/es/mailTypes.json