Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _translations/cookbook/po/ru/README.md.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2025-10-08 11:47+0000\n"
"POT-Creation-Date: 2025-10-19 11:34+0000\n"
"PO-Revision-Date: 2025-09-05 15:05+0500\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
Expand Down Expand Up @@ -59,6 +59,11 @@ msgstr "[Вступление](preface.md)"
msgid "[Structuring code by use-case with vertical slices](organizing-code/structuring-by-use-case-with-vertical-slices.md)"
msgstr "[Организация кода по сценариям использования вертикальными слайсами](organizing-code/structuring-by-use-case-with-vertical-slices.md)"

#. type: Bullet: '- '
#: ../../cookbook/en/README.md
msgid "[Making HTTP requests](making-http-requests.md)"
msgstr ""

#. type: Bullet: '- '
#: ../../cookbook/en/README.md
msgid "[Disabling CSRF protection](disabling-csrf-protection.md)"
Expand Down
7 changes: 6 additions & 1 deletion _translations/cookbook/pot/README.md.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-10-08 11:47+0000\n"
"POT-Creation-Date: 2025-10-19 11:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -65,6 +65,11 @@ msgid ""
"structuring-by-use-case-with-vertical-slices.md)"
msgstr ""

#. type: Bullet: '- '
#: ../../cookbook/en/README.md
msgid "[Making HTTP requests](making-http-requests.md)"
msgstr ""

#. type: Bullet: '- '
#: ../../cookbook/en/README.md
msgid "[Disabling CSRF protection](disabling-csrf-protection.md)"
Expand Down
1 change: 1 addition & 0 deletions cookbook/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

- [Preface](preface.md)
- [Structuring code by use-case with vertical slices](organizing-code/structuring-by-use-case-with-vertical-slices.md)
- [Making HTTP requests](making-http-requests.md)
- [Disabling CSRF protection](disabling-csrf-protection.md)

Check notice on line 18 in cookbook/en/README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] cookbook/en/README.md#L18

[Microsoft.Acronyms] 'CSRF' has no definition.
Raw output
{"message": "[Microsoft.Acronyms] 'CSRF' has no definition.", "location": {"path": "cookbook/en/README.md", "range": {"start": {"line": 18, "column": 14}}}, "severity": "INFO"}
- [Sentry integration](sentry-integration.md)
- [Configuring webservers](configuring-webservers/general.md)
- [Deploying to Docker Swarm](deployment/docker-swarm.md)
Loading
Loading