Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Pure PHP Localization

Περιγραφή

Converts gettext binary message catalogs to an array of strings. Allows to save some amount of RAM on a shared hosting server.
Works with plugin and theme textdomains as well as with the default.

Thanks to AlexPTS for the idea.

Εγκατάσταση

  1. Upload pure-php-localization folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Κριτικές

Ανάγνωση όλων των 3 κριτικών

Συνεισφέροντες & Προγραμματιστές

“Pure PHP Localization” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

0.6.1

  • Fixed working with legacy WordPress versions
  • Fixed translation of an empty string

0.6

  • Added support for WordPress 3.0 Multisite

0.5.1

  • The array is now stored inside the uploads directory

0.5

  • Added support for WPLANG Lite
  • Optimized synchronization with .mo files

0.4

  • Added support for plugin and theme textdomains

0.3

  • Added compatibility with WordPress 2.1+
  • Fixed selection of plural forms

0.2

  • Improved synchronization of string array with .mo file
  • Added checking for .mo file existence

0.1

  • Initial release