From 51f0f0f367e3ee847b4c35699d2cc7a78ac1b738 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 8 Jun 2023 14:51:09 -0600 Subject: [PATCH] couple of lang strings --- CHANGELOG.md | 6 ++++++ languages/en.yaml | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5183336f..9e735d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.10.42 +## mm/dd/2023 + +1. [](#new) + * Added a couple of string translations + # v1.10.41.2 ## 05/11/2023 diff --git a/languages/en.yaml b/languages/en.yaml index 288c6829..1235a118 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -107,7 +107,6 @@ PLUGIN_ADMIN: BACKUP_DELETED: "Backup Successfully Deleted" BACKUP_NOT_FOUND: "Backup Not Found" BACKUP_DATE: "Backup Date" - STATISTICS: "Statistics" VIEWS_STATISTICS: "Page View Statistics" TODAY: "Today" @@ -207,11 +206,13 @@ PLUGIN_ADMIN: PASSWORD: "Password" PASSWORD_CONFIRM: "Confirm Password" TITLE: "Title" - LANGUAGE: "Language" ACCOUNT: "Account" EMAIL_VALIDATION_MESSAGE: "Must be a valid email address" PASSWORD_VALIDATION_MESSAGE: "Password must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters" + LANGUAGE: "Language" LANGUAGE_HELP: "Set the favorite language" + LANGUAGE_DEBUG: "Debug language" + LANGUAGE_DEBUG_HELP: "Enable the debug of languages which are using the |t twig filter by adding a span around them that can be styled to help diagnose issues" MEDIA: "Media" DEFAULTS: "Defaults" SITE_TITLE: "Site Title"