Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Incorrect font launcher for russian language
Mihanick Offline
Junior Member

Posts: 11
Threads: 1
Joined: Apr 2011
Reputation: 0
#13
Solved: 8 Years, 2 Months ago RE: Incorrect font launcher for russian language

(05-21-2011, 02:42 AM)Mihanick Wrote: If you selected the Russian language, then when loading "Justine" there are no inscriptions on buttons and menus.
Solved the problem by replacing the lines in the file "russian.lang" (...\config\lang_ptest):
<RESOURCES>
    <Directory Path="fonts/eng" />
    <Directory Path="lang/eng" />
  </RESOURCES>
on
<RESOURCES>
    <Directory Path="fonts/rus" />
    <Directory Path="lang/eng" />
  </RESOURCES>
Now it is necessary to translate only the text in a file on a native language Rolleyes
05-23-2011, 09:42 AM
Find


Messages In This Thread
RE: Incorrect font launcher for russian language - by Mihanick - 05-23-2011, 09:42 AM



Users browsing this thread: 1 Guest(s)