Skip to content
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

Update C4-PlantUML to v2.11.0 #110

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

kirchsth
Copy link
Contributor

@kirchsth kirchsth commented Oct 26, 2024

new C4-PlantUML v2.11.0 is released, please update to latest version.

The new main features is

C4-PlantUML polyglott, predefined labels translatable via language themes

Previously, all predefined labels were in English. Now, C4-PlantUML supports multiple languages out of the box, similar to the existing “style” themes. This update introduces “language” themes.

Supported language themes include C4Language_chinese.puml, C4Language_dutch.puml, C4Language_english.puml, C4Language_french.puml, C4Language_german.puml, C4Language_italian.puml, C4Language_japanese.puml, C4Language_korean.puml, C4Language_portuguese.puml, C4Language_russian.puml, C4Language_spanish.puml, C4Language_ukrainian.puml.

These themes can be include like normal style themes.

@startuml
!theme C4Language_japanese from <C4/themes>
!theme C4_united from <C4/themes>

!include <C4/C4_Container>

LAYOUT_LANDSCAPE()

Person(admin, "管理者")
System_Boundary(c1, 'サンプル') {
    Container(web_app, "ウェブアプリケーション", "C#, ASP.NET Core 2.1 MVC", "複数のTwitterタイムラインを比較することができます")
}
System(twitter, "Twitter")

Rel(admin, web_app, "使用する", "HTTPS")
Rel(web_app, twitter, "ツイートを取得する", "HTTPS")

C4VersionDetails()
SHOW_FLOATING_LEGEND()
Lay_L(LEGEND(), "twitter")
Lay_U(LEGEND(), "C4VersionDetailsArea")
@enduml

https://www.plantuml.com/plantuml/uml/PPBVQzDG5CVVyrVSrOUbK2QJFeeifdKJObjiDl4fN9VZZ3Gt9RbX516yz_f3K55qRlYcCjnKc4eHN-hsnnotzi_mDDjQSNbAxlUJJxxda8LCybJcSSUQaNSW1kPMFIxMShu6mLtUvG8oOBVJ96ONtUhv0iakJTaW5v64y2nXpKHYjPE7K9mIw2P2yaX0Ifddt6mk-u7dD6fjrsdLxR9bjI3D4c7pC8v4XPM6Un-6hnwF7ZmgbQrsBvCG1vUJN8GyxTchynKsY_edcZwQBJHVPylidiNecdp4NeTR0UzsoOJw4-eTD9keFnRu5zG_q0nG_q93v_qIGUwv2dFQhRb6tIT92kp2t3oxjkAEiz7sawEttr7j-UkHb92YFa2zZUOzci_5JH_rwwDl6wE1GVKEzJDKRr3jedgEQWVL2rJxT4vpt3-Pn9R78dAVA2cqhaFdTFff-J-_3uORkyVQSPSbts-rYHx34sggG_EmQ3H0yvHA7RxSFDpVElksvLPNQDrH8cf0--faDYrvgNaZkE8r7VzgOp7mwelrHiqcrEEzmBDFdqaY9vN7qVA_qVzQ9mLEt0A8aFwmlm00

Thank you and best regards
Helmut

@arnaudroques arnaudroques merged commit d6596a6 into plantuml:master Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants