From 838659ea21916a7f5f3d554bc5211d3bd1ffc012 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 4 Mar 2024 11:24:21 +0100 Subject: Updated fuzzy translations in tests.i18n.patterns. Follow up to 9fd1b6f3f815aebee7f67eed5510c720be6d0d5a. --- tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo | Bin 550 -> 714 bytes tests/i18n/patterns/locale/en/LC_MESSAGES/django.po | 12 +++--------- tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo | Bin 707 -> 762 bytes tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.po | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo b/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo index b1f63b1031..0cd9391528 100644 Binary files a/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo and b/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo differ diff --git a/tests/i18n/patterns/locale/en/LC_MESSAGES/django.po b/tests/i18n/patterns/locale/en/LC_MESSAGES/django.po index ac98eb5f08..670a0ab1ed 100644 --- a/tests/i18n/patterns/locale/en/LC_MESSAGES/django.po +++ b/tests/i18n/patterns/locale/en/LC_MESSAGES/django.po @@ -17,16 +17,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: urls/default.py:11 -#, fuzzy -#| msgid "^translated/$" msgid "translated/" -msgstr "^translated/$" +msgstr "translated/" #: urls/default.py:12 -#, fuzzy -#| msgid "^translated/$" msgid "^translated-regex/$" -msgstr "^translated/$" +msgstr "^translated-regex/$" #: urls/default.py:14 msgid "^translated/(?P[\\w-]+)/$" @@ -53,7 +49,5 @@ msgid "^register-without-slash$" msgstr "" #: urls/namespace.py:11 -#, fuzzy -#| msgid "^register/$" msgid "register-as-path/" -msgstr "^register/$" +msgstr "register-as-path/" diff --git a/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo b/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo index 8e36cb2064..bd28900eb1 100644 Binary files a/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo and b/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.po b/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.po index 464d14bc1f..25300cf6f9 100644 --- a/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.po +++ b/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.po @@ -50,7 +50,5 @@ msgid "^register-without-slash$" msgstr "" #: urls/namespace.py:11 -#, fuzzy -#| msgid "^register/$" msgid "register-as-path/" -msgstr "^registre-se/$" +msgstr "registre-se-caminho/" -- cgit v1.3