From 4f646f8e77b2c657ead6299e06eab64f94cf223b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 26 Jan 2026 07:49:52 +0100 Subject: Add missing translation for plain text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The exporter view was missing the "Plain text" translation. Signed-off-by: Miquel Sabaté Solà --- config/locales/ca.yml | 1 + config/locales/en.yml | 1 + 2 files changed, 2 insertions(+) (limited to 'config/locales') diff --git a/config/locales/ca.yml b/config/locales/ca.yml index 4ebcd79..200e650 100644 --- a/config/locales/ca.yml +++ b/config/locales/ca.yml @@ -106,6 +106,7 @@ ca: action: exporta note: ATENCIÓ note-msg: només s'inclourà informació que pugui ser utilitzada per a escriure una secció de bibliografia + plain: Text pla chapter: Bibliografia tags: diff --git a/config/locales/en.yml b/config/locales/en.yml index c4fb38e..6975586 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -106,6 +106,7 @@ en: action: export note: 'NOTE' note-msg: only information that can be used for building up a bibliography section will be included + plain: Plain text chapter: Bibliography tags: -- cgit v1.2.3