You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, many (legend) labels are predefined with English text. If a user wants to create a diagram in another language, such as Japanese, it is very difficult to translate all labels in the diagram code manually (some are even hard coded).
Therefore, it should be possible to include a corresponding language theme so that all predefined labels (not just the legend texts) are translated into the desired language.
For example, a diagram with the following code currently has only an English legend:
@startuml' without language theme legend remains English ' !theme C4Language_japanese from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes!includehttps://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.pumlLAYOUT_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")
SHOW_LEGEND()
@enduml
@Potherca: with the PlantUML-server I have sometimes also a problem with the cache itself, therefore I entered a similar request for the PlantUML-server in forum (but it doesn't have the high priority for me at the moment)
At the moment, many (legend) labels are predefined with English text. If a user wants to create a diagram in another language, such as Japanese, it is very difficult to translate all labels in the diagram code manually (some are even hard coded).
Therefore, it should be possible to include a corresponding language theme so that all predefined labels (not just the legend texts) are translated into the desired language.
For example, a diagram with the following code currently has only an English legend:
and if the theme is included like
then it should look like
The text was updated successfully, but these errors were encountered: