danielschuster-muc / potter-db

A Harry Potter database for all your wizarding needs: Books, Characters, Movies, Spells, and Potions. Powered by https://github.com/danielschuster-muc/scrabby
https://potterdb.com
MIT License
98 stars 38 forks source link

Translations added: Portuguese (Brazil) #785

Closed cnfranco closed 6 months ago

cnfranco commented 1 year ago

I translate the documentation to Portuguese (Brazil).

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
potter-db-docs ✅ Ready (Inspect) Visit Preview Dec 7, 2023 1:36pm
1 Ignored Deployment | Name | Status | Preview | Updated (UTC) | | :--- | :----- | :------ | :------ | | **potter-db** | ⬜️ Ignored ([Inspect](https://vercel.com/danielschuster-muc/potter-db/8RBMCnwQG399ZGYezACqiv5w1zYn)) | [Visit Preview](https://potter-db-git-fork-cnfranco-pt-potter-danielschuster-muc.vercel.app) | Dec 7, 2023 1:36pm |
danielschuster-muc commented 1 year ago

This PR doesn't seem to be finished.

danielschuster-muc commented 1 year ago

Can I help you with anything @cnfranco?

cnfranco commented 1 year ago

This PR doesn't seem to be finished.

Yes, it wasn't finished, but I added the latest translations throughout this week. However, I am unable to correct the following check error (image attached).

potter

Could you see what could be causing this?

danielschuster-muc commented 1 year ago

This PR doesn't seem to be finished.

Yes, it wasn't finished, but I added the latest translations throughout this week. However, I am unable to correct the following check error (image attached).

potter

Could you see what could be causing this?

Failed to compile. -- 17:12:17.916 |   17:12:17.917 | ./theme.config.tsx:99:190 17:12:17.917 | Type error: Property assignment expected. 17:12:17.917 |   17:12:17.917 | 97 \| 17:12:17.917 | 98 \| ), 17:12:17.917 | > 99 \| i18n: [{ locale: "en", text: "English" }, { locale: "fr", text: "Français" }, { locale: "es", text: "Español" }, { locale: "sk", text: "Slovenčina" }, { locale: "de", text: "Deutsch" }], { locale: "pt", text: "Português" }], 17:12:17.918 | \| ^ 17:12:17.918 | 100 \| logo: Potter DB: Docs, 17:12:17.918 | 101 \| project: { 17:12:17.918 | 102 \| link: "https://github.com/danielschuster-muc/potter-db", 17:12:17.959 | Error: Command "npm run build" exited with 1

Seems to be an issue with the theme.config.tsx.

cnfranco commented 1 year ago

@danielschuster-muc, can you please review?

cnfranco commented 11 months ago

Please always add an empty line after the Headers. E.g.:

# Title

and here comes the text after one empty line

Also don't forget to translate the resource pages for books, chapter, characters etc.

Done.

danielschuster-muc commented 11 months ago

Also don't forget to translate the resource pages for books, chapter, characters etc.