Replies: 5 comments 2 replies
-
Hi @N1cky94 , Thanks for sharing this - multi-language support has been on my mind, but there are a range of scenarios that could be helpful - can you clarify the scenarios that this would be useful for you? You mentioned that the developers are speaking English and the domain experts are speaking Dutch - but what language are the domain models in? For example:
In terms of option 1, this would work right now with the aliases feature, e.g.: contexts:
- name: Library
domainVisionStatement: A great place to find books
terms:
- name: Library
definition: a great place to find and read books
aliases:
- Public Book Collection
- Bibliotheek
- Bibliothèque
- Bibliothek If the code had For option 3, we would also need to store the definition and domain vision statement in other languages. Option 2 and 4 might also require other support in the definitions file and in the functionality. Look forward to your thoughts and preferences! |
Beta Was this translation helpful? Give feedback.
-
It took me a while to get back to this. ConfigurationThis looks easy and simple to me. So this is something that would work for us. BehaviourHoverI like the idea. But maybe we can configure that you can choose not only the language it shows you everything in. But also configure of what language it should just show you the dutch words that business is using. E.g.: This way, if we need to start a discussion with business or vice versa, we can see the correct words within the code base via hovering. CompletionFor my context, the definitions for my developers should be shown in English, yet be provided in three languages in the We could maybe configure this with extra options, so this might work for all kinds of use cases, e.g.: language:
- eng: default
- nl: translate
- fr: none Where:
This is only a quick view on the idea, but I hope this helps. Kind regards |
Beta Was this translation helpful? Give feedback.
-
maybe you could work together with these guys |
Beta Was this translation helpful? Give feedback.
-
@hinogi |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I work in a multi language team where the devs are english speaking. But the domain (business) speaks mainly dutch.
Would it be an idea to add a feature where we can also add aliasses that we define in different languages.
e.g.:
This might make sure that when we work with multi-language teams, all languages are covered as well.
Beta Was this translation helpful? Give feedback.
All reactions