110n errors

Your forum for all discussions around Modding.
User avatar
ghosted
Posts: 390
Joined: Mon Oct 20, 2014 5:06 pm

110n errors

Post by ghosted »

I have these errors in 2 mods 1 is animalHUD mod and the other one is FS19_TrailerAssist mod

would anyone know how to fix them

Code: Select all

  Warning: Missing l10n 'input_A_HUD_CHICKEN'
  Warning: Missing l10n 'input_A_HUD_COWS'
  Warning: Missing l10n 'input_A_HUD_PIGS'
  Warning: Missing l10n 'input_A_HUD_HORSES'
  Warning: Missing l10n 'input_A_HUD_SHEEPS'
  Warning: Missing l10n 'input_A_HUD_FONT_INCREASE'
  Warning: Missing l10n 'input_A_HUD_FONT_DECREASE'
  Warning: Missing l10n 'input_A_HUD_COMBI_FILL_LEVEL'
  Warning: Missing l10n 'input_A_HUD_SHOW_HIDE_ALL'
  Warning: Missing l10n 'input_taMODE'
  Warning: Missing l10n 'input_taMODE1'
  Warning: Missing l10n 'input_taMODE2'   
User avatar
mcatalyst
Posts: 336
Joined: Tue Sep 22, 2015 6:19 am

Re: 110n errors

Post by mcatalyst »

Add this container example to modDesc.xml

<l10n>
<text name="input_A_HUD_CHICKEN">
<en><![CDATA[Chicken Hud]]></en>
<de><![CDATA[Hühnchen Hud]]></de>
</text>
</l10n>
Myrithis - Catalyzer Industries
User avatar
ghosted
Posts: 390
Joined: Mon Oct 20, 2014 5:06 pm

Re: 110n errors

Post by ghosted »

mcatalyst wrote: Tue Jun 04, 2019 5:51 pm Add this container example to modDesc.xml

<l10n>
<text name="input_A_HUD_CHICKEN">
<en><![CDATA[Chicken Hud]]></en>
<de><![CDATA[Hühnchen Hud]]></de>
</text>
</l10n>

sorry for late reply, would you also know how to re-position the menu on screen as its behind another menu
User avatar
mcatalyst
Posts: 336
Joined: Tue Sep 22, 2015 6:19 am

Re: 110n errors

Post by mcatalyst »

There might be position location in the xml but I'm not sure. Haven't used that mod.
Myrithis - Catalyzer Industries
Post Reply