Skip to content

Commit

Permalink
Update project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Mar 13, 2024
1 parent 42d18a9 commit 48d3c59
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 93 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ There are my contacts:
- [Linkedin](https://www.linkedin.com/in/aiv/)
- [Send an Email](mailto:[email protected]?subject=[GitHub]-qworpa)

Project Link: https://github.com/AivGitHub/futuramaapi
Project Link: https://github.com/koldakov/futuramaapi

Best regards,

Expand Down
107 changes: 17 additions & 90 deletions locale/en_US/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: FuturamaAPI 0.0.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-01-05 21:41+0100\n"
"POT-Creation-Date: 2024-03-13 21:39+0100\n"
"PO-Revision-Date: 2023-11-24 14:14+0100\n"
"Last-Translator: FULL NAME <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -28,18 +28,22 @@ msgstr "Documentation"
msgid "FB00001"
msgstr "Futurama API"

#: app/services/notifications.py:19
#: app/services/notifications.py:18
msgid "FB00007"
msgstr "Character name"

#: app/services/notifications.py:21
#: app/services/notifications.py:20
msgid "FB00008"
msgstr "Character X coordinate"

#: app/services/notifications.py:26
#: app/services/notifications.py:25
msgid "FB00009"
msgstr "Character Y coordinate"

#: app/services/users.py:130
msgid "FuturamaAPI - Account Activation"
msgstr ""

#: templates/about.html:5 templates/about.html:13 templates/base.html:54
msgid "FB00012"
msgstr "About"
Expand Down Expand Up @@ -153,7 +157,7 @@ msgid ""
"\n"
" <p>\n"
" Absolutely! Feel free to contribute to the project.\n"
" <a href=\"https://github.com/AivGitHub/futuramaapi/\" "
" <a href=\"https://github.com/koldakov/futuramaapi/\" "
"target=\"_blank\">Here is the link</a> to get started.\n"
" Whether you're a seasoned developer or just starting, your "
"contributions are valuable.\n"
Expand All @@ -172,7 +176,7 @@ msgid ""
" Admittedly, design is not my strong suit. If you have HTML skills and"
" a passion for design,\n"
" please consider creating a\n"
" <a href=\"https://github.com/AivGitHub/futuramaapi/\" "
" <a href=\"https://github.com/koldakov/futuramaapi/\" "
"target=\"_blank\">pull request for this project.</a>\n"
" Any help is greatly appreciated.\n"
" </p>\n"
Expand Down Expand Up @@ -205,6 +209,13 @@ msgstr "Welcome"
msgid "FB00011"
msgstr "GraphQL"

#: templates/base.html:95
#, python-format
msgid ""
"Join our community today! Already, %(user_count)s have registered, and "
"we're excited to welcome even more members."
msgstr ""

#: templates/index.html:31
msgid "FB00004"
msgstr "Gender"
Expand All @@ -216,87 +227,3 @@ msgstr "Status"
#: templates/index.html:47
msgid "FB00006"
msgstr "View"

#~ msgid ""
#~ "\n"
#~ " This is\n"
#~ " <a\n"
#~ " href=\"https://www.hulu.com/series/futurama-"
#~ "85bf4cc1-cd8b-4469-ad87-7289217a0b74\"\n"
#~ " target=\"_blank\"\n"
#~ " ><s>Hulu</s>rama</a> REST API\n"
#~ " and GraphQL API aiming to "
#~ "popularize TV show Futurama and made "
#~ "for you guys, so you can study,"
#~ " try new technologies.\n"
#~ " You have access to characters, seasons, episodes,\n"
#~ " Server Sent Events (SSE) and many more.\n"
#~ " "
#~ msgstr ""

#~ msgid "Why is this?"
#~ msgstr ""

#~ msgid ""
#~ "\n"
#~ " <p>\n"
#~ " I realised there are similar "
#~ "projects for not so popular TV "
#~ "shows and thought why not? Also, "
#~ "wanted to try\n"
#~ " new technologies such as FastAPI,"
#~ " SSE, WebSockets, GraphQL, Hypercorn, "
#~ "HTTP/2.0, etc.\n"
#~ " </p>\n"
#~ " "
#~ msgstr ""

#~ msgid "Technical part?"
#~ msgstr ""

#~ msgid ""
#~ "\n"
#~ " <p>\n"
#~ " Python, FastAPI, Docker, Hypercorn, "
#~ "PostgreSQL + SQLAlchemy (async), alembic "
#~ "for migrations, Strawberry for GraphQL.\n"
#~ ""
#~ " </p>\n"
#~ " "
#~ msgstr ""

#~ msgid ""
#~ "\n"
#~ " <p>\n"
#~ " Sure, <a "
#~ "href=\"https://github.com/AivGitHub/futuramaapi/\" "
#~ "target=\"_blank\">here is a link to the"
#~ " project.</a>\n"
#~ " </p>\n"
#~ " "
#~ msgstr ""

#~ msgid ""
#~ "\n"
#~ " <p>\n"
#~ " I'm not a designer, so please if you know HTML create a PR\n"
#~ " <a href=\"https://github.com/AivGitHub/futuramaapi/\""
#~ " target=\"_blank\">to this project.</a>\n"
#~ " I appreciate any help.\n"
#~ " </p>\n"
#~ " "
#~ msgstr ""

#~ msgid ""
#~ "\n"
#~ " <p>\n"
#~ " I'm <a href=\"https://koldakov.com\" "
#~ "target=\"_blank\">Ivan Koldakov</a>, a python "
#~ "developer, enthusiast.\n"
#~ " Add me on <a "
#~ "href=\"https://linkedin.com/in/aiv/\" "
#~ "target=\"_blank\">LinkedIn</a>.\n"
#~ " </p>\n"
#~ " "
#~ msgstr ""

4 changes: 2 additions & 2 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>{{ _("Can I contribute?") }}</h2>
{% trans %}
<p>
Absolutely! Feel free to contribute to the project.
<a href="https://github.com/AivGitHub/futuramaapi/" target="_blank">Here is the link</a> to get started.
<a href="https://github.com/koldakov/futuramaapi/" target="_blank">Here is the link</a> to get started.
Whether you're a seasoned developer or just starting, your contributions are valuable.
</p>
{% endtrans %}
Expand All @@ -79,7 +79,7 @@ <h2>{{ _("Design?") }}</h2>
<p>
Admittedly, design is not my strong suit. If you have HTML skills and a passion for design,
please consider creating a
<a href="https://github.com/AivGitHub/futuramaapi/" target="_blank">pull request for this project.</a>
<a href="https://github.com/koldakov/futuramaapi/" target="_blank">pull request for this project.</a>
Any help is greatly appreciated.
</p>
{% endtrans %}
Expand Down

0 comments on commit 48d3c59

Please sign in to comment.