wordpress-piglatin

A WordPress plugin, which overrides the current language and translates all messages into Pig Latin.

Stars
16

=== Pig Latin === Contributors: nbachiyski Tags: piglatin, i18n, translation, translations, plugin, theme, plugins, themes Requires at least: 2.7 Tested up to: 4.9 Stable tag: trunk

Overrides the current language and translates all messages into Pig Latin.

== Description ==

Checking if all the strings in your plugin or theme are translatable can be a tedious task. Pig Latin helps you by translating all messages to Pig Latin. For example Edit Pages is translated to Editay agesPay.

Text in Pig Latin is both noticeably different than English and readable. This way you can spot strings, which aren't translatable, while the interface is stil usable.

== Changelog ==

= 0.3 =

  • Coding standards cleanup
  • Tests

= 0.2 =

  • Moved development to github: https://github.com/nb/wordpress-piglatin
  • Avoid strict errors by explicitly marking methods as static, thanks to Andrey “Rarst” Savchenko
  • Code conforms to coding standards, thanks to Ulrich Pogson

= 0.1 =

  • Initial release
Related Projects