Spring naar inhoud
NLD Community

Join the NLD Discord channel! discord.png https://discord.gg/0WsKGiYeGHJEAI5q
Breaking News: NLD Community maakt een doorstart!

Man A Helmer B.V. trouble


criss20ster

Aanbevolen Bericht

In my blog game it appeared such a mistake when it comes to your mod. From what I look at the mod Desc.xml everything should be ok but each other's kernels game sees mistakes. Could you check this ?

 

This mod 

 

Load mod: NLD_aHelmerBV 
Warning: Missing l10n for button INTERACTIVE_CONTROL_SWITCH in NLD_aHelmerBV 
Warning: Missing l10n for button SET_DOOROPENER in NLD_aHelmerBV

Link naar opmerking
Deel via andere websites

29 minutes ago, fa285634 said:

@criss20ster  May i ask in which language that your game is set to ?   We already got some translations active, but not for the entire 15-16 languages that fs17 can handle at the moment ( which is why it is giving the error, it has no local translation )

I use the Polish language in the game. And what do you think it's a matter of entering <en> </ en>

Link naar opmerking
Deel via andere websites

  • Master Moderator

@criss20sterbecause of this = 

 

Missing l10n etc

 

l10n is local translation notification

 

add this line to the code and those errors should go away :  ( the ones with <pl></pl> )

 

text name="SET_DOOROPENER">
            <nl>Deur open/sluiten</nl>
            <en>Open/Close door</en>
            <de>Tuer öffnen/schliessen</de>
			<pl>Otwarte drzwi</pl><!--sorry for the google translate, don't know polish -->
        </text>

 

<text name="INTERACTIVE_CONTROL_SWITCH">
            <nl>Activer IC Controls</nl>
            <en>Switch IC State</en>
            <de>IC an/abschalten</de>
  <pl>IC Aktywuj</pl>  <!-- also rough translation -->
        </text>

 

Ofcourse your gonna encounter more L10N's   but now  u know how to get rid of the error's in the logs ;)

Link naar opmerking
Deel via andere websites

Gearchiveerd

Dit topic is nu gearchiveerd en gesloten voor verdere reacties.

×
×
  • Maak Nieuw...

Belangrijke Informatie

By using this site, you agree to our Gebruiksvoorwaarden.