Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hebrew problem
#1
hi

when i change the Slug/URL to hebrew word i get this error:

Error: You cannot save an empty page.


what can i do because i need the page name will be hebrew...??


and one more Q- i want the page be title.html how can i add the .html to the site?
Reply
#2
acmilan101 Wrote:when i change the Slug/URL to hebrew word i get this error:

You need to use transliteration. I have never used that, but here are some links that may help:
Plugin: http://get-simple.info/extend/plugin/slu...ration/33/
Forum thread: http://get-simple.info/forum/topic/1786/...iteration/
I believe there's no transliteration language file for hebrew, so you or someone would have to create one...
(BTW in the future GS 3.1 release this plugin will not be needed)

acmilan101 Wrote:i want the page be title.html how can i add the .html to the site?
There's a trick for this, you have to edit your root .htaccess file and set a custom permalink struture (in admin panel -> settings)
http://get-simple.info/forum/post/7918/#p7918
(Not sure if it could have problems with some plugin)
Reply
#3
about the first
i have hebrew translate 90%... and this work
but in the post that you send me of the slug transliteration i dont know that the hebrew char that i need to add

in greek this is [iı][İI] = i
how i know that it is in hebrew
Reply
#4
You have to add a transliteration array to your language file, to be used along with transliteration plugin.
example:
Code:
"TRANSLITERATION" => array(
  "ב"=>"b","ד"=>"d","ג"=>"g"
),

"special_char" => "ansi_char"
Addons: blue business theme, Online Visitors, Notepad
Reply




Users browsing this thread: 1 Guest(s)