Tag: l18n

  • Flamingo plugin with proper polish csv export

    Flamingo plugin with proper polish csv export

    In case anyone searching I’ve created a modified version of Flamingo plugin for WordPress. Now it exports proper polish csv files out of box (encoded in Windows-1250 and delimited with semicolons). Download here: http://realhe.ro/pub/flamingo-polish-export.zip Install using zip upload ability in WordPress or by FTP.

  • How to access language var from PHP in Grav CMS?

    How to access language var from PHP in Grav CMS?

    Gravs documentation is a little bit harsh on PHP developers that want to write plugins. What can you do in this situation? Look trough source code, check other plugins or var_dump $this object 🙂 I’ve spent some time searching for an answer how to access language var in plugins class. And this is it: Have […]

  • Smarty gettext with domain support (block t plugin) [depreciated]

    Smarty gettext with domain support (block t plugin) [depreciated]

    Attention! Official Gettext plugin for Smarty has domain support since version 1.1. Check official repository: https://github.com/smarty-gettext/smarty-gettext. Description: This is a Smarty gettext plugin modification. It enables domain support and utilize gettext wrapper for PHP, Why do I use such wrapper for a gettext? It’s simple, not every server has native support for translation. This crafty script gives you fallback […]