Blogs1 - 10 of 95 recent posts for tag:"i18n"
31
Dec
2011
Configuring Spree Commerce to used the British Pound currency

42 days ago by ijonas

I’ve been playing around with Spree for a couple of weeks and ran into a slightly confusing issue wrt. using a non-US Dollar currency, in my case British Pounds. At the time of this writing, using Rails 3.1.x and Spree 0.70, the following steps will enable a ‘£’ (a pound sterling) sign to be display ...

ijonas.com - ijonas.com · 3 references

22
Dec
2011
I18n Property-Dateien für GWT automatisch erzeugen

51 days ago by Norbert

Internationalisierung ist bei Webanwendungen ein wichtiges Thema und so gibt es auch viele Ansätze die Mehrsprachigkeit in eine Anwendung zu bekommen. GWT nutzt einen Ansatz der zum Teil auf speziellen Interfaces beruht. Da man diesen Programmcode nicht an ein Übersetzerbüro geben kann, muss man ein ...

Phpmonkeys - phpmonkeys.de · Rank: 184,320 · 6 references

19
Dec
2011
Localization update | drupal.org

54 days ago by ibot

Automatically download and update your translations fetching them from localize.drupal.org or any other Localization server.

bm.doomicile.de - bm.doomicile.de/tags

18
Dec
2011
Using unicode-range in font-face in CSS

55 days ago by r12a

These are notes on using CSS @font-face to gain finer control over the fonts applied to characters in particular Unicode ranges of your text, without resorting to additional markup. Possibilities and problems. Changing the font used for certain characters Most non-English fonts mix glyphs from diffe ...

ishida >> blog - rishida.net/blog · 17 references

17
Dec
2011
PHP 多國語系製作 i18n library 筆記 (二)

56 days ago by appleboy

繼續上篇講到 PHP 多國語系製作 i18n library 筆記 (一),相信大家使用上沒有任何問題, 但是一定會有共同疑問,那就是可不可以做到根據偵測瀏覽器來決定預設載入語系,也就是說 load method 只需要帶入第一個參數即可。 $lang = new Language ( ) ; $lang -> load ( "about" ) ; echo $lang -> line ( "index" ) . " \n" ; 我們可以透過 $_SERVER['HTTP_ACCEPT_LANGUAGE'] 來取得瀏覽器語系資料,底下先來看 $_SERVER['HTTP_ACCEPT_LANG ...

小惡魔 - 電腦技術 - ... - blog.wu-boy.com · Rank: 89,620 · 42 references

16
Dec
2011
PHP 多國語系製作 i18n library 筆記 (一)

57 days ago by appleboy

多國語系是目前網站必有的模組,至少都會支援繁體中文及英文,那大家都怎麼設計多國語系的架構呢,底下來一步一步來介紹。 多國語系目錄架構 language / --- > englisg / --------- > about.php --- > zh-tw / --------- > about.php --- > zh-cn / --------- > about.php 這是大部分的專案設計模式,也最容易清楚了解,接著我們就寫一個簡單的 Language Class 來動態讀取各國語系。 撰寫 Language Class 在根目錄新增 index.php 及 language.php,當然 ...

小惡魔 - 電腦技術 - ... - blog.wu-boy.com · Rank: 89,620 · 42 references

Testing security in RESTful application with jersey and jbehave

57 days ago by louis gueye

Security concerns emerges naturally in applications because softwares have so many capabilities and we sure don’t want these features to be available to anyone. The important words in the above sentence are features and anyone. Securing an application is often a matter of 2 concepts : identifying wh ...

Diving deep into JEE - deepintojee.wordpress.com

13
Dec
2011
WordPress 3.3 “Sonny” – Twenty Ten und Twenty Eleven wieder englisch

60 days ago by wemaflo

Wir haben es ja alle mitbekommen, WordPress 3.3 ist da und sieht grandios aus. Die Benutzerführung wurde meiner Meinung nach sehr stark verbessert und die Bedienung auf mobilen Endgeräten wie Tablets ist nun einfacher möglich ( findet der smBlogger). Wer nun seine WordPress-Installation aktualisiert ...

wemaflo.net - wemaflo.net · 49 references

WordPress 3.3 “Sonny” – Twenty Ten und Twenty Eleven wieder englisch

60 days ago by wemaflo

Wir haben es ja alle mitbekommen, WordPress 3.3 ist da und sieht grandios aus. Die Benutzerführung wurde meiner Meinung nach sehr stark verbessert und die Bedienung auf mobilen Endgeräten wie Tablets ist nun einfacher möglich ( findet der smBlogger). Wer nun seine WordPress-Installation aktualisiert ...

wemaflo.net - wemaflo.net · 22 references

WordPress 3.3 “Sonny” – Twenty Ten und Twenty Eleven wieder englisch

60 days ago by wemaflo

Wir haben es ja alle mitbekommen, WordPress 3.3 ist da und sieht grandios aus. Die Benutzerführung wurde meiner Meinung nach sehr stark verbessert und die Bedienung auf mobilen Endgeräten wie Tablets ist nun einfacher möglich ( findet der smBlogger). Wer nun seine WordPress-Installation aktualisiert ...

wemaflo.net - wemaflo.net · 5 references

Previous1234567