Tordex Community
the localization ini file format problem - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Localization (http://forum.tordex.com/forum-11.html)
+--- Thread: the localization ini file format problem (/thread-1554.html)



- WilliamWey - 08-02-2004

The localization ini file format is
english string(name?)=localized string

So the lcman-unicode will parse incorrectly when the english string contains "=" character.

Sad


- Yuri Kobets - 08-03-2004

Where you've found '=' ???


- WilliamWey - 08-03-2004

oh, I forgot to say it.

tlbclock.ini

Date format notation
d = day M = month y = year

d = Day no leading zero
dd = Day with leading zero
ddd = Short name of weekday
dddd = Long name of weekday

M = Month number no leading zero
MM = Month number with leading zero
MMM = Short name of month
MMMM = Long name of month

y = Two digit year no leading zero
yy = Two digit year with leading zero
yyyy = Full year

Time format notation
h = hour m = minute s = second t = am or pm

h = 12 hour
H = 24 hour

hh, mm, ss = leading zero
h, m, s = no leading zero