-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Help translate CircuitPython! #1098
Comments
Newsletter say " @arofarn, volunteered to do French " but there is not file in the Github. |
Strings internationalization : french started here #1113 |
While trying to get Travis builds to pass on added module functionality, I'm finding flash space issues with translated builds (non-judgemental! more beautiful languages require more space). In thinking of things to help reduce the hit some, I thought about going through each of the Having said that, I'm not sure that it will help that much overall, as I still am not quite sure how it's all getting compiled/linked. Thoughts? |
@sommersoft Lets discuss on the feature thread. We've had many space limited builds already and can discuss strategies on a feature by feature basis. |
Definitely. I have a host of other "problems" size wise. I just wanted to share the thought on minimizing translation space. |
Yup, we can combine msgids by changing the |
I have seen some duplicated or almost equal strings like "Invalid pin" / "Invalid pins", "unknown type" About the french translation, I think we can find shorter strings for some of them but it will never be as short as english. |
String internationalization for Brazilian Portuguese #1224 |
Hello guys! Sorry if this a spam but I'm happy to show some translations in Spanish for CircuitPython (There are some some changes needed but I'll be addressing them soon) Hope you like it. P.D: there is also a video which I cannot attach to this comment 😢 so here you have link on Youtube |
Excelente @yeyeto2788, no había visto Circuitpython en Español hasta ahora 👍. Cuando los mensajes contienen el nombre de un argumento/parámetro de una función opté por dejar el nombre del argumento en Ingles, como name en la segunda captura que adjuntaste. Deberíamos de ponernos de acuerdo para no duplicar trabajo y llegar a una convención para las traducciones. Saludos |
@C47D, estoy de acuerdo. Por eso era importante para mi el hecho de como traducir algunas cosas. Si has pensado en algo no dudes en decírmelo ya que esta semana (Si el tiempo me lo permite) me pondré a traducir el restante. Saludos. |
@yeyeto2788 Creo que esa era la única convención a la que llegamos, por lo que he visto hiciste muy buen trabajo!. Por mi parte no creo poder revisar las traducciones hasta el siguiente fin de semana. Saludos |
@C47D sorry for switching back to English but I also want @tannewt to get the information. I saw some things I wanted to ask. Is there a way to confirm all string in English are in all translated files? My question is because I thought i have translated everything 😢 but it seems it is not. I'll try to check the differences and let you guys know but if you know the answer first let me know. Regards. |
@yeyeto2788 The compiler ensures that all built-in exception messages are translatable. There may be others that haven't been set up to be. What are some examples? We can help get everything translatable. We still may be adding strings as well while we add new features. I hope to get us to a "string freeze" phase before we do the stable release of 4.0.0. We also do not have a way to provide translations for the strings in our libraries. I would like to add that at some point as well. |
@tannewt it is just a question I got on my mind since for example, when you do a soft reset of the board the information about CircuitPython version, compilation date and microcontroller is not in Spanish. As far as I saw, that string was translated into Spanish but it is still showing up in English 😢 I was also curious about how those errors/strings are added into the files that need to be translated. I suppose that the libraries might also need to be translated into other languages and IMHO it would require to have the I can help on translating step by step what is required on my spare time so anything I can help with just ping me. Regards. |
@yeyeto2788 Please file separate issues for strings that cannot be translated. That is the best way for us to keep track of them. The translation files are updated by running Next year we can take a look at libraries. The bundle can preprocess things as need be for running on CircuitPython and we can do the normal CPython way for it and pip. |
I started a translation for Polish: #1690 |
Hi all, |
I will try to get the Spanish translations up to day, haven't looked into it in a while. EDIT: @yeyeto2788 beat me to it, see #1718 |
Hi!! Thank you for wanting to help translate CircuitPython! We're hoping to translate the supervisor messages like
Press any key to enter the REPL. Use CTRL-D to reload.
, and error messages likeMicrophone startup delay must be in range 0.0 to 1.0
. We're not translating any Python keywords.To help with an existing translation, head to Weblate for easy editing: https://hosted.weblate.org/engage/circuitpython/
If you want to start a translation for a new language, please open a new issue.
For instructions on how to build CircuitPython for testing check out this guide
The text was updated successfully, but these errors were encountered: