-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Article: translation of https://geotribu.fr/articles/2025/2025-02-27_travailler-avec-JSON-et-PostgreSQL/ #34
base: main
Are you sure you want to change the base?
Conversation
Add translation of the french article about working with json and PostgreSQL Signed-off-by: thomas-szczurek <[email protected]>
…delines, enforced through git hooks.
a typo in parquet links at the end and first json exemples Signed-off-by: thomas-szczurek <[email protected]>
Hi @thomas-szczurek, welcome here :)! Good job for translating your article 👏! The process on this blog is a slightly different from the main website. See https://blog.geotribu.net/contributing/#process TL;DR:
|
|
||
What we call an object is everything between the `{}` used to declare it. To make things even more complex, we can nest objects and give you an example that's a little more meaningful than talking about tomatoes and mushrooms: | ||
|
||
```json title="Exemple de JSON des superhéros" linenums="1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code-block title is untranslated
Co-authored-by: Julien <[email protected]> Signed-off-by: thomas-szczurek <[email protected]>
…delines, enforced through git hooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix untranslated sentences and some typos
fix untranslated sentences and some typos Signed-off-by: thomas-szczurek <[email protected]>
Hi ! Everything should be fine. I made a second pull request to update authors.yml. Tell me if there's still something wrong ! |
You should have pushed this update in the same PR. Well, no harm here. I merge in main and update your branch. |
Signed-off-by: Julien <[email protected]>
🎉 The preview site for this PR has been generated and is available here. |
Add translation of the french article about working with json and PostgreSQL