]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🌐 πŸ”  πŸ“„ 🐒 Translate docs to Emoji πŸ₯³ πŸŽ‰ πŸ’₯ 🀯 🀯 (#5385)
authorLeeeeT <leeeet@inbox.ru>
Sat, 1 Apr 2023 09:26:04 +0000 (12:26 +0300)
committerGitHub <noreply@github.com>
Sat, 1 Apr 2023 09:26:04 +0000 (11:26 +0200)
commitd4e85da18bb4dc475a16c20c8abad5133497e89e
treeed8ceb9afb62f15149406ce90d06579b13864b02
parentd666ccb62216e45ca78643b52c235ba0d2c53986
🌐 πŸ”  πŸ“„ πŸ’ Translate docs to Emoji πŸ₯³ πŸŽ‰ πŸ’₯ πŸ€― πŸ€― (#5385)

* πŸŒ πŸ’¬  πŸ©Ί  πŸ¦²

* πŸŽ¨ [pre-commit.ci] Auto format from pre-commit.com hooks

* πŸ› οΈπŸ˜Š

* β™»οΈ Rename emoji lang from emj to em, and main docs name as πŸ˜‰

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Axd1x8a <26704473+FeeeeK@users.noreply.github.com>
Co-authored-by: SebastiΓ‘n RamΓ­rez <tiangolo@gmail.com>
125 files changed:
docs/az/mkdocs.yml
docs/de/mkdocs.yml
docs/em/docs/advanced/additional-responses.md [new file with mode: 0644]
docs/em/docs/advanced/additional-status-codes.md [new file with mode: 0644]
docs/em/docs/advanced/advanced-dependencies.md [new file with mode: 0644]
docs/em/docs/advanced/async-sql-databases.md [new file with mode: 0644]
docs/em/docs/advanced/async-tests.md [new file with mode: 0644]
docs/em/docs/advanced/behind-a-proxy.md [new file with mode: 0644]
docs/em/docs/advanced/conditional-openapi.md [new file with mode: 0644]
docs/em/docs/advanced/custom-request-and-route.md [new file with mode: 0644]
docs/em/docs/advanced/custom-response.md [new file with mode: 0644]
docs/em/docs/advanced/dataclasses.md [new file with mode: 0644]
docs/em/docs/advanced/events.md [new file with mode: 0644]
docs/em/docs/advanced/extending-openapi.md [new file with mode: 0644]
docs/em/docs/advanced/generate-clients.md [new file with mode: 0644]
docs/em/docs/advanced/graphql.md [new file with mode: 0644]
docs/em/docs/advanced/index.md [new file with mode: 0644]
docs/em/docs/advanced/middleware.md [new file with mode: 0644]
docs/em/docs/advanced/nosql-databases.md [new file with mode: 0644]
docs/em/docs/advanced/openapi-callbacks.md [new file with mode: 0644]
docs/em/docs/advanced/path-operation-advanced-configuration.md [new file with mode: 0644]
docs/em/docs/advanced/response-change-status-code.md [new file with mode: 0644]
docs/em/docs/advanced/response-cookies.md [new file with mode: 0644]
docs/em/docs/advanced/response-directly.md [new file with mode: 0644]
docs/em/docs/advanced/response-headers.md [new file with mode: 0644]
docs/em/docs/advanced/security/http-basic-auth.md [new file with mode: 0644]
docs/em/docs/advanced/security/index.md [new file with mode: 0644]
docs/em/docs/advanced/security/oauth2-scopes.md [new file with mode: 0644]
docs/em/docs/advanced/settings.md [new file with mode: 0644]
docs/em/docs/advanced/sql-databases-peewee.md [new file with mode: 0644]
docs/em/docs/advanced/sub-applications.md [new file with mode: 0644]
docs/em/docs/advanced/templates.md [new file with mode: 0644]
docs/em/docs/advanced/testing-database.md [new file with mode: 0644]
docs/em/docs/advanced/testing-dependencies.md [new file with mode: 0644]
docs/em/docs/advanced/testing-events.md [new file with mode: 0644]
docs/em/docs/advanced/testing-websockets.md [new file with mode: 0644]
docs/em/docs/advanced/using-request-directly.md [new file with mode: 0644]
docs/em/docs/advanced/websockets.md [new file with mode: 0644]
docs/em/docs/advanced/wsgi.md [new file with mode: 0644]
docs/em/docs/alternatives.md [new file with mode: 0644]
docs/em/docs/async.md [new file with mode: 0644]
docs/em/docs/benchmarks.md [new file with mode: 0644]
docs/em/docs/contributing.md [new file with mode: 0644]
docs/em/docs/deployment/concepts.md [new file with mode: 0644]
docs/em/docs/deployment/deta.md [new file with mode: 0644]
docs/em/docs/deployment/docker.md [new file with mode: 0644]
docs/em/docs/deployment/https.md [new file with mode: 0644]
docs/em/docs/deployment/index.md [new file with mode: 0644]
docs/em/docs/deployment/manually.md [new file with mode: 0644]
docs/em/docs/deployment/server-workers.md [new file with mode: 0644]
docs/em/docs/deployment/versions.md [new file with mode: 0644]
docs/em/docs/external-links.md [new file with mode: 0644]
docs/em/docs/fastapi-people.md [new file with mode: 0644]
docs/em/docs/features.md [new file with mode: 0644]
docs/em/docs/help-fastapi.md [new file with mode: 0644]
docs/em/docs/history-design-future.md [new file with mode: 0644]
docs/em/docs/index.md [new file with mode: 0644]
docs/em/docs/project-generation.md [new file with mode: 0644]
docs/em/docs/python-types.md [new file with mode: 0644]
docs/em/docs/tutorial/background-tasks.md [new file with mode: 0644]
docs/em/docs/tutorial/bigger-applications.md [new file with mode: 0644]
docs/em/docs/tutorial/body-fields.md [new file with mode: 0644]
docs/em/docs/tutorial/body-multiple-params.md [new file with mode: 0644]
docs/em/docs/tutorial/body-nested-models.md [new file with mode: 0644]
docs/em/docs/tutorial/body-updates.md [new file with mode: 0644]
docs/em/docs/tutorial/body.md [new file with mode: 0644]
docs/em/docs/tutorial/cookie-params.md [new file with mode: 0644]
docs/em/docs/tutorial/cors.md [new file with mode: 0644]
docs/em/docs/tutorial/debugging.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/classes-as-dependencies.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/dependencies-with-yield.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/global-dependencies.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/index.md [new file with mode: 0644]
docs/em/docs/tutorial/dependencies/sub-dependencies.md [new file with mode: 0644]
docs/em/docs/tutorial/encoder.md [new file with mode: 0644]
docs/em/docs/tutorial/extra-data-types.md [new file with mode: 0644]
docs/em/docs/tutorial/extra-models.md [new file with mode: 0644]
docs/em/docs/tutorial/first-steps.md [new file with mode: 0644]
docs/em/docs/tutorial/handling-errors.md [new file with mode: 0644]
docs/em/docs/tutorial/header-params.md [new file with mode: 0644]
docs/em/docs/tutorial/index.md [new file with mode: 0644]
docs/em/docs/tutorial/metadata.md [new file with mode: 0644]
docs/em/docs/tutorial/middleware.md [new file with mode: 0644]
docs/em/docs/tutorial/path-operation-configuration.md [new file with mode: 0644]
docs/em/docs/tutorial/path-params-numeric-validations.md [new file with mode: 0644]
docs/em/docs/tutorial/path-params.md [new file with mode: 0644]
docs/em/docs/tutorial/query-params-str-validations.md [new file with mode: 0644]
docs/em/docs/tutorial/query-params.md [new file with mode: 0644]
docs/em/docs/tutorial/request-files.md [new file with mode: 0644]
docs/em/docs/tutorial/request-forms-and-files.md [new file with mode: 0644]
docs/em/docs/tutorial/request-forms.md [new file with mode: 0644]
docs/em/docs/tutorial/response-model.md [new file with mode: 0644]
docs/em/docs/tutorial/response-status-code.md [new file with mode: 0644]
docs/em/docs/tutorial/schema-extra-example.md [new file with mode: 0644]
docs/em/docs/tutorial/security/first-steps.md [new file with mode: 0644]
docs/em/docs/tutorial/security/get-current-user.md [new file with mode: 0644]
docs/em/docs/tutorial/security/index.md [new file with mode: 0644]
docs/em/docs/tutorial/security/oauth2-jwt.md [new file with mode: 0644]
docs/em/docs/tutorial/security/simple-oauth2.md [new file with mode: 0644]
docs/em/docs/tutorial/sql-databases.md [new file with mode: 0644]
docs/em/docs/tutorial/static-files.md [new file with mode: 0644]
docs/em/docs/tutorial/testing.md [new file with mode: 0644]
docs/em/mkdocs.yml [new file with mode: 0644]
docs/em/overrides/.gitignore [new file with mode: 0644]
docs/en/mkdocs.yml
docs/es/mkdocs.yml
docs/fa/mkdocs.yml
docs/fr/mkdocs.yml
docs/he/mkdocs.yml
docs/hy/mkdocs.yml
docs/id/mkdocs.yml
docs/it/mkdocs.yml
docs/ja/mkdocs.yml
docs/ko/mkdocs.yml
docs/nl/mkdocs.yml
docs/pl/mkdocs.yml
docs/pt/mkdocs.yml
docs/ru/mkdocs.yml
docs/sq/mkdocs.yml
docs/sv/mkdocs.yml
docs/ta/mkdocs.yml
docs/tr/mkdocs.yml
docs/uk/mkdocs.yml
docs/zh/mkdocs.yml