-
Notifications
You must be signed in to change notification settings - Fork 6
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
Creating contributing guidelines #8
Comments
Thank you for your great suggestion! I hope to have some free time tomorrow, so I will look into it. |
I created the CONTRIBUTING to Storylines document with some guidelines on how to run and build Storylines and what to make sure and what to avoid during the Internationalization and localization process. Expect an update with more description on how to add a new translation into the project soon, but the process should be similar to the DevToys. |
Definitely need clarification, because now it's not quite clear where to add information about the presence of the new language and whether something needs to be added to MultilingualResources. For example, DevToys uses LanguageManager.tt, but Storylines does it differently. |
You are right. I haven't really looked into how it works in DevToys, but Storylines uses the Multilingual app toolkit and after you install the extension and the editor it is pretty straightforward. I want it for the contributors to be as easy as possible, so do you think I can explain it like this?: Download the MAT (Multilingual app toolkit) extension into your Visual studio -> right click on the project in Solution explorer -> MAT -> Add translation languages -> choose the language you want to translate to -> find the newly added .xlf file for the chosen language in the Solution explorer -> open the file in the MAT editor and you are ready to go |
This is certainly good, but the best explanation is one that doesn't involve working with Visual Studio to translate at all. Is it possible to translate Storylines just by editing the files manually? If so, that's better. |
To be honest I am not quite sure. There is a way to not use the MAT editor and just open the .xlf file in some text editor and edit the code, but I don't know about a way to generate those files without the VS extension. And if there is a way, then you would still need it to build the app with the new translation for testing. But could be interesting to try. |
Thank you again for this great suggestion. |
It would be a good idea to create CONTRIBUTING.md in repository for the convenience of contributors. I'd like to help with internationalization and localization, but I expect a detailed description of this process in the context of this app.
As an example of such a file in the UWP app repository, I can refer to DevToys.
The text was updated successfully, but these errors were encountered: