diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-03-04 11:24:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 11:24:21 +0100 |
| commit | 838659ea21916a7f5f3d554bc5211d3bd1ffc012 (patch) | |
| tree | 366252358bfef3522c46a6bdc500a335fe5224f4 | |
| parent | 337e37f3bb7bc2fe4f2bcfc5f9586e4f36da72e3 (diff) | |
Updated fuzzy translations in tests.i18n.patterns.
Follow up to 9fd1b6f3f815aebee7f67eed5510c720be6d0d5a.
| -rw-r--r-- | tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo | bin | 550 -> 714 bytes | |||
| -rw-r--r-- | tests/i18n/patterns/locale/en/LC_MESSAGES/django.po | 12 | ||||
| -rw-r--r-- | tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo | bin | 707 -> 762 bytes | |||
| -rw-r--r-- | 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 Binary files differindex b1f63b1031..0cd9391528 100644 --- a/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo +++ b/tests/i18n/patterns/locale/en/LC_MESSAGES/django.mo 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<slug>[\\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 Binary files differindex 8e36cb2064..bd28900eb1 100644 --- a/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo +++ b/tests/i18n/patterns/locale/pt_BR/LC_MESSAGES/django.mo 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/" |
