From d3a671c7e332579ec40c408d5a991f208041d38b Mon Sep 17 00:00:00 2001 From: pavish Date: Wed, 22 Nov 2023 15:54:32 +0530 Subject: [PATCH 1/2] Add a translation --- mathesar_ui/src/i18n/languages/en/dict.json | 1 + mathesar_ui/src/pages/admin-users/EditUserPage.svelte | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mathesar_ui/src/i18n/languages/en/dict.json b/mathesar_ui/src/i18n/languages/en/dict.json index 4906481e1c..65252ce350 100644 --- a/mathesar_ui/src/i18n/languages/en/dict.json +++ b/mathesar_ui/src/i18n/languages/en/dict.json @@ -2,6 +2,7 @@ "copy_and_paste_text": "Copy and Paste Text", "create_a_table_by_importing": "Create a table by importing your data", "data_source": "Data Source", + "edit_user": "Edit User", "import": "Import", "large_data_takes_time_warning": "Large data sets can sometimes take several minutes to process. Please do not leave this page or close the browser tab while the import is in progress.", "linking_table": "Linking Table", diff --git a/mathesar_ui/src/pages/admin-users/EditUserPage.svelte b/mathesar_ui/src/pages/admin-users/EditUserPage.svelte index 75b2f8ef0b..f225f7ea15 100644 --- a/mathesar_ui/src/pages/admin-users/EditUserPage.svelte +++ b/mathesar_ui/src/pages/admin-users/EditUserPage.svelte @@ -1,5 +1,6 @@ {% endblock %} diff --git a/translations/en/LC_MESSAGES/django.po b/translations/en/LC_MESSAGES/django.po index 2dc34f7402..862ab8e5ff 100644 --- a/translations/en/LC_MESSAGES/django.po +++ b/translations/en/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-11-22 07:32+0000\n" +"POT-Creation-Date: 2023-11-22 10:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -124,6 +124,10 @@ msgid "" "secure location." msgstr "" +#: mathesar/templates/registration/superuser_create.html:227 +msgid "Loading..." +msgstr "" + #: mathesar/templates/users/password_reset_confirmation.html:4 msgid "Update Your Password" msgstr ""