YAFLogo

doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
13 years ago
Hello, there is Turkish language problem.

When language is English it's okay, but in Turkish some of buttons' text not visible. You can see from attached images.

I totally translated to Turkish but does not working !

How i translate ? Or is there some character problem like unicode or something else.

if u give me main language English file, i can translate to Turkish again for the latest version 😉


Sponsor
doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
13 years ago
Also, when i translated directly english.xml it works.
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
I was able to fix the Problem

it should be

forumLogin.Text = this.GetText("FORUM_LOGIN");

not

forumLogin.Text = this.GetText("forum_login");

When language is English it's okay, but in Turkish some of buttons' text not visible.

Can you show me which other Buttons have the same Problem?

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
Ok this should be fully fixed now in next release 1.9.5.6
ozgurcakar
13 years ago
This error comes from previous versions.

But also v1.9.5.5 has too many missing button in admin section in turkish language

But anyway its a huge project :)

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

But also v1.9.5.5 has too many missing button in admin section in turkish language

I noticed that. My Fix will solve all that Issues

doxa123
  • doxa123
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter YAF Version: 3.1.14
13 years ago
Can you guess when the new version will release? Or can we debug your fix on Source file 1.9.5.5 RTW ? .dll or something else?
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago

Can you guess when the new version will release? Or can we debug your fix on Source file 1.9.5.5 RTW ? .dll or something else?

Originally Posted by: doxa123 

Are you able to compile the yaf source yourself?

ozgurcakar
13 years ago

Can you guess when the new version will release? Or can we debug your fix on Source file 1.9.5.5 RTW ? .dll or something else?

Originally Posted by: tha_watcha 

Are you able to compile the yaf source yourself?

Originally Posted by: doxa123 

I am following your new versions,

But I think problem is not solved already its growth.

I have already checked new versions 1.9.5.6 (4799)

Admin menu in turkish language totaly lost.

I guess u have to revert your changings.

In turkish language there are problem with this characters "ı,i,I,İ"

when converting "ı" to capital letters its equal to "I"

normaly "i" = "Ä°" but if your letter in code pages it has to equal to "I"

alsowhen converting reverse side

normaly "I" = "ı" but in code page u can not use as this

it has to be as "I" = "i"

Easy way every time

"I" = "i"

"i" = "I"

"ı" = "I"

"Ä°" = "i"

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
Can you upload your updated language file to test it?
ozgurcakar
13 years ago
Translating not completed 🙂
ozgurcakar
13 years ago
http://ozgurcakar.com/deneme/ 

This directory for test purposes

username : testuser

pass : testpass

Its already in Turkish

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
13 years ago
Are you sure you updated all files and recompiled all dlls?

I auto translated all files, and everything is displayed correctly

ozgurcakar
13 years ago
Not sure ,

I will try again 😞

ozgurcakar
13 years ago

Hi

v1.9.4 later Turkish language pack has problem. "Login" button and Some articeles not seen at its position.

However "Joined" and "Location" not shows at Post pages. Its not an translation problem and its not an turkish.xml file problem. I solved this problem swithing culture "tr" to "en" inside of turkish.xml but if I do that v1.9.5.5 beta has another problems. To fix this I have switched to english.xml file culture to "tr"

Everything is good except date-time format. Its comes from US format I need TR format

How can I fixed all these problems???

en">

tr">

Thanks

Ozgur Cakar

Originally Posted by: ozgurcakar 

I think I have mistake;

I tried several times then its continuous.

If I translate to english.xml to Turkish no problem. But If I use turkish.xml has this problem.

I have already explained problem before. But it strange If I change to code="tr" it has happenes. I have to do it due to date and time format . If I able to select date and time format from Host Setting no need thats all. So please lets select again culture settings from host settings

Anyway I want to see really problem is solved.

It s better to wait 1.9.5.6 release. :(

YAF.NET will growth with your power :)

Thanks for everyting