Skip to content

Commit

Permalink
Add link to futuramaapi
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jan 23, 2024
1 parent d2e7977 commit 907a26d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[0.8.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.8.0
[0.7.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.1
[0.7.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.7.0
[0.6.0]: https://github.com/AivGitHub/koldakov/releases/tag/v0.6.0
Expand All @@ -19,6 +20,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.0.2]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.2
[0.0.1]: https://github.com/AivGitHub/koldakov/releases/tag/v0.0.1

## [0.8.0] - 2024-01-23

### Added

- URL to futuramaapi.com.

## [0.7.1] - 2023-11-20

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,16 @@ export const Home = () => {
];

const interests = [
{
name: t("Futuramaapi.text"),
description: t("FuturamaapiDescription.text"),
urls: [
{
link: "https://futuramaapi.com",
name: "futuramaapi.com",
},
],
},
{
name: t("Qworpa.text"),
description: t("QworpaDescription.text"),
Expand Down
12 changes: 12 additions & 0 deletions src/translations/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
},
"GetNew": {
"text": "Get New"
},
"Futuramaapi": {
"text": "Futurama API"
},
"FuturamaapiDescription": {
"text": "REST API and GraphQL API dedicated to celebrating the iconic TV show Futurama."
}
}
},
Expand Down Expand Up @@ -337,6 +343,12 @@
},
"GetNew": {
"text": "Ещё факт"
},
"Futuramaapi": {
"text": "Futurama API"
},
"FuturamaapiDescription": {
"text": "REST API и GraphQL API, сайт посвящен культовому телешоу Футурама."
}
}
}
Expand Down

0 comments on commit 907a26d

Please sign in to comment.