yukinarit / pyserde

Yet another serialization library on top of dataclasses, inspired by serde-rs.
https://yukinarit.github.io/pyserde/guide/en
MIT License
726 stars 40 forks source link

Translate class-attributes.md to Japanese #556

Closed K-dash closed 4 months ago

K-dash commented 4 months ago

Related to https://github.com/yukinarit/pyserde/issues/545

class-attributes.mdの日本語版Docを作成しました。

レビューをお願いします 🙏

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.04%. Comparing base (ac3c68f) to head (a6638dc). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #556 +/- ## ======================================= Coverage 91.04% 91.04% ======================================= Files 13 13 Lines 1942 1942 Branches 437 437 ======================================= Hits 1768 1768 Misses 117 117 Partials 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

K-dash commented 4 months ago

a6638dc11fa0baed90145f55ac0a3fcfdc1a29e4

申し訳ありません。今更ながら (de)serializationの部分を、デシリアライズ と表記していることに気づきました… これだと「デシリアライズ」に限定した表現になってしまい誤解を招く可能性があるため、英語版Docを踏襲する形で (デ)シリアライズ に表記を変更しました。

すでにマージしていただいた getting-started.mddecorators.md については別PRで修正予定です。