Thread Tools Display Modes
10/03/15, 04:45 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
SI Strings

This is the second time this week I have run into this. Out of curiosity does anyone know why this does not match the localizegeneratedstrings.lua ?

localizegeneratedstrings.lua
Lua Code:
  1. "[eng] Assign to Slot <<1>>", -- SI_SKILL_ABILITY_ASSIGN_TO_SLOT

Lua Code:
  1. local temp = zo_strformat(SI_SKILL_ABILITY_ASSIGN_TO_SLOT, 1)
  2. d(temp)
  3.  
  4. --output: Add to Slot 1
Why does it say "Add" instead of "Assign"

This happened to me a few days ago with another string that did not match, but I can't remember which one it was.
  Reply With Quote
10/03/15, 05:21 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
line 1 of file

-- **********************************************************************************************************************
-- THIS FILE IS GENERATED BY Localize.gsl. DO NOT MODIFY OR CHANGES WILL BE LOST.
-- SOURCE FILE: ../../../zos/shared/EsoGameData/include/Localize.xml
-- **********************************************************************************************************************
I guess. A bug in the generator ? ^^ Maybe a bad reference.
  Reply With Quote
10/04/15, 05:40 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
The strings in localizegeneratedstrings.lua are not the actual translations, but just some placeholders. There are a lot of them that do not match the actual output.
The strings that are used ingame are stored in a different lua file that is located in the eso.mnf archives.
  Reply With Quote
10/04/15, 01:15 PM   #4
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
I had noticed that message in the file, but still thought it should be regenerating the same code.
Oh well I was just curious. Thanks for the replies!
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » SI Strings


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off