XAMPP ile poEdit kullanma

0 Cevap php

I am struggling for quite a while now to get into translation files with PHP's gettext() function and creating the files with Poedit. Poedit didn't come with a helpfile either and I tried lots of things found online but nothing works.. I am on Mac OSX with an XAMPP configuration.

OSX benim XAMPP dir olduğunu

/Applications/XAMPP/xamppfiles/htdocs/

Bu simdiki içimde ile gettext.php yarattı

<?php echo _("Hello World"); ?>

ve aşağıdaki klasörleri:

/locale/
/locale/it_IT/LC_MESSAGES/

PoEdit ile yapmam> Dosya> Yeni Katalog

Language: Italian
Country: Italy
Charset: UTF-8
Source code charset: UTF-8
Base path: /Applications/XAMPP/xamppfiles/htdocs/

I / locale / it_IT / LC_MESSAGES / default.po için tasarruf daha

"Kataloğu güncelleniyor başarısız. Üzerine tıklayın 'Diğer >>' ayrıntılar için

13:04:10: Poedit did not find any files in scanned directories.
13:04:11: Entries in the catalog are probably incorrect.
13:04:11: Updating the catalog failed. Click on 'More>>' for details.

0 Cevap