Reporte de Erros
Covre912 opened this issue · 10 comments
Se você encontrar algum erro,
Por favor o reporte neste Issue.
:)
AVISO: Este foi fechado em favor da criação de novos a cada problema encontrado, dessa forma, será mais fácil para a equipe organizar o que já foi feito e o que não, além de termos um controle interno mais preciso.
Olá,
e obrigado por sua mensagem! De fato, este errou passou batido na última atualização, mas já foi corrigido.
Obrigado!
Elio NETO
I apologize for the English bug report, but while I'm reporting an issue with the Brazilian Portuguese translation, I can't actually read/write the language. This was brought to my attention by a Brazilian user of one of my mods, and while my mod wasn't actually involved in the issue he was having, once we identified which of the mods he was using was responsible we figured out what was happening.
In \DefInjected\ThingDef\Buildings_Ideo.xml there are translations for label and description for several comps on the BiosculpterPod. The comps are referred to by an index number rather than their names. This is fine the majority of the time, but the LightsOut mod adds a new comp to BuildingBase, which then changes the indexing of the comps on the BiosculpterPod.
So to fix this, each comp should be referenced by name rather than index. Here's an example:
Change this...
BiosculpterPod.comps.3.label
to this...
BiosculpterPod.comps.CompBiosculpterPod_MedicCycle.label
I grabbed that example from the French translation files in case you just want to quickly snag them from there. There's also one instance of this being done for the NeuralSupercharger which should also be fixed.
I apologize for the English bug report, but while I'm reporting an issue with the Brazilian Portuguese translation, I can't actually read/write the language. This was brought to my attention by a Brazilian user of one of my mods, and while my mod wasn't actually involved in the issue he was having, once we identified which of the mods he was using was responsible we figured out what was happening.
In \DefInjected\ThingDef\Buildings_Ideo.xml there are translations for label and description for several comps on the BiosculpterPod. The comps are referred to by an index number rather than their names. This is fine the majority of the time, but the LightsOut mod adds a new comp to BuildingBase, which then changes the indexing of the comps on the BiosculpterPod.
So to fix this, each comp should be referenced by name rather than index. Here's an example:
Change this...
BiosculpterPod.comps.3.labelto this...
BiosculpterPod.comps.CompBiosculpterPod_MedicCycle.labelI grabbed that example from the French translation files in case you just want to quickly snag them from there. There's also one instance of this being done for the NeuralSupercharger which should also be fixed.
Hi Inglix,
thank you for your message. I'm taking a look on it and I have basic knowledge on how calls work. I'm trying to figure it out how I could change the calls and where I could find such information. What I can do to fix it is to copy exactly what the French team did (I also contribute to the French translation, but it wasn't me who fixed it). I'm going to do that, and as soon as I upload it, I write it here.
Elio NETO
Edit: the changes were applied, and it should be fixed. Don't hesitate to contact us if it doesn't work.
Elio NETO
There's another bug related to the Biosculpter in your translation, this time related to the most recent update to the game. Biosculpter cycles can now require more than just nutrition to run a cycle. The bioregeneration cycle now requires 2 glitterworld medicine, so the text for BiosculpterLoadingStartedMessage in Keyed\Misc_Gameplay.xml has been changed and needs to be updated in this translation.
The English version of this string changed from this:
Once the biosculpter pod is filled with {NUTRITION} nutrition, select a colonist and right-click on the biosculpter pod or a downed person to start the cycle.
To this:
Once the biosculpter pod is filled with {INGREDIENTS}, select a colonist and right-click on the biosculpter pod or a downed person to start the cycle.
Tem um erro nessa linha aqui, a lógica está trocada, o comentário está certo, mas na tradução diz que positivo vende e negativo compra, mas na real é o contrário, positivo compra e negativo vende, como está no comentário logo acima, e também na wiki (além de verificar in-game).
Olá @JonathanxD, obrigado por reportar este problema! Vamos corrigir o quanto antes.
Este issue será fechado em favor da criação de novos a cada problema encontrado, dessa forma, será mais fácil para a equipe organizar o que já foi feito e o que não, além de termos um controle interno mais preciso.