Cuando el POEDIT pincha porque usamos acentos
Hay que configurar el parser de PHP: Command:xgettext –force-po -o %o %C %K %F –language=PHP –from-code=UTF-8 Source code charset: dejarlo vacío
Localizing PHP web sites using gettext
Contenido dehttp://mel.melaxis.com/devblog/2005/08/06/localizing-php-web-sites-using-gettext/ Developing multi language web sites using PHP is actually very easy. A common approach is having an include file for every supported language which contains an array that maps string ids to localized text (for example “WelcomeText” => “Welcome to our homepage.” would be included using something like ). However there are several […]