My personal website :)
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Sofía Aritz 91b632ac2d Add initial support for post translation
- The `Post` component now accepts the props `lang` and `langs` that indicate which languages are supported and which language is that post.
- Posts now accept a `?lang` query param to ask for a specific lang
- If only one lang is supported, a link is created to a LibreTranslate endpoint that contains the post. Translation right now is done just from Spanish to English (though the user can choose other languages in the LibreTranslate UI)
- Added default notice for non-spanish posts about the fact that I'm not native and that grammar/wording issues can be reported on the Codeberg repo
2023-01-08 21:19:30 +01:00
.vscode Initial commit 2023-01-02 00:14:04 +01:00
public Add code styling and improve loading size 2023-01-06 23:44:39 +01:00
src Add initial support for post translation 2023-01-08 21:19:30 +01:00
.gitignore Initial commit 2023-01-02 00:14:04 +01:00
index.html Add code styling and improve loading size 2023-01-06 23:44:39 +01:00
jsconfig.json Initial commit 2023-01-02 00:14:04 +01:00
package.json Initial commit 2023-01-02 00:14:04 +01:00
README.md Initial commit 2023-01-02 00:14:04 +01:00
vite.config.js Initial commit 2023-01-02 00:14:04 +01:00
yarn.lock Initial commit 2023-01-02 00:14:04 +01:00

Sofi Web

My personal website :)