-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello! I'm new to this community and appreciate all your efforts in developing this technology (and community). The documentation at https://scenerystack.org/ is quite useful to get started. I have some feedback regarding the documentation: some examples include code snippets and lack import statements, which would be very helpful for a newbie (and not so new).
While working on adding localization to my simulation using the guide at https://scenerystack.org/learn/translation-and-localization/, I had difficulty (as did my IDE) determining where to import components like LocalizedString or getFluentModule. ALthough, I managed to track it down, it is not clear a priori, which modules contain these elements. Including an import statement in the examples could save users considerable time.