January 17, 2008
Three new languages and a whole new direction for Blogger
We are excited to announce that Blogger is now available in three more languages: Arabic, Hebrew, and Persian!
Blogger in Hebrew, Arabic, and PersianSupporting these languages is a huge milestone for us because — unlike the other 37 languages Blogger is translated into — Arabic, Persian, and Hebrew are written from right to left. As you can see from the above screenshot, we had to flip the whole interface around.Besides localizing the Blogger interface into these three languages, we have right-to-left templates and have added new toolbar buttons for bi-directional text editing in the post editor.The effort was worth it, however, and we’re tremendously happy to be a part of the growing Arabic-, Hebrew-, and Persian-language blogging communities.Changing your language preferences and settingsTo see the Blogger interface in one of these languages, just use the menu on your Dashboard. You can also choose your language on Blogger’s homepage and via the “Language” link in the footer of most pages.From then on, all new blogs you create will default to using your new language choice.If you need to change the language of an existing blog, just go to Settings > Formatting and select a new language there. Your blog language affects date formatting and other blog text, and, with today’s release of Blogger, your blog’s comments form as well.Right-to-left templatesFor Arabic, Persian, and Hebrew blogs, we will also rearrange your template to read more logically from right to left. So, a blog that once looked like this:will now look like this:Please note that your template won’t change if you’ve customized it with Edit HTML; we wouldn’t dare muck with your data! Also, if you’re still using a Classic template you will have to upgrade to Layouts in order to take advantage of bidirectional language templates. Learn how.Bidirectional text editingWe’ve also added right-to-left and left-to-right buttons to Blogger’s post editor. They’ll appear if your Dashboard language or your blog’s language setting is for a right-to-left language.Clicking on these buttons will set the paragraph you are currently editing to either right-to-left or left-to-right mode. This way you can write truly bidirectional posts.Happy rtl-blogging!
posted by Tyrone at 2:00 PM links to this post
Blogging is about self expression and the freedom to share. We wouldn't be working on Blogger here at Google if we didn't love the whole idea of it—so that's what this blog is. It's us, online. -->Blogger Play
-->
function build_bon(data) {
var container = document.getElementById('blogsofnote');
var header = document.createElement('H2');
header.appendChild(document.createElement('SPAN'));
header.appendChild(document.createTextNode("Blogs of Note"));
header.className = 'sidebar-image-title';
var list = document.createElement('UL');
for (i in data.items) {
var item = data.items[i];
var link = document.createElement('A');
link.appendChild(document.createTextNode(item.title));
link.href = item.related.href;
var listItem = document.createElement('LI');
listItem.appendChild(link);
list.appendChild(listItem);
}
var moreLink = document.createElement('A');
moreLink.appendChild(document.createTextNode("see more..."));
moreLink.id = "moreofnote";
moreLink.href = "http://blogsofnote.blogspot.com/";
container.appendChild(header);
container.appendChild(list);
container.appendChild(moreLink);
}
-->
Archives
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
Blogger - Beyond Blogging - Help - Group - Developers - Site Feed
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment