Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hooks for terms #39

Closed
wants to merge 19 commits into from
Closed

Add hooks for terms #39

wants to merge 19 commits into from

Commits on Feb 24, 2015

  1. Add hooks for terms

    get_terms will translate all terms (for example for the tag cloud)
    term_description will translate the term description (for example for themes that show the WooCommerce product category description)
    soft79 committed Feb 24, 2015
    Copy the full SHA
    ea1a531 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2015

  1. DE translation file fixes

    mweimerskirch authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    8d13ffc View commit details
    Browse the repository at this point in the history
  2. Load translations manually in the widget constructor, because otherwi…

    …se the translations are not available inside the constructor
    
    Fixes #43
    mweimerskirch authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    05a3e6f View commit details
    Browse the repository at this point in the history
  3. 3.2-b2 pre-release

    johnclause authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    eb0d128 View commit details
    Browse the repository at this point in the history
  4. Update admin_utils.php

    Replaced mysql_real_escape_string with $wpdb->prepare to avoid errors happening under PHP 5.5
    kuchenundkakao authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    4f37723 View commit details
    Browse the repository at this point in the history
  5. Update admin_utils.php

    kuchenundkakao authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    e1fa163 View commit details
    Browse the repository at this point in the history
  6. Completed string with "." in the end.

    Corrected .pot
    pedro-mendonca authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    7b729c8 View commit details
    Browse the repository at this point in the history
  7. Portuguese files updated

    pedro-mendonca authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    c591aea View commit details
    Browse the repository at this point in the history
  8. Highlight translatable fields

    mweimerskirch authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    9daa936 View commit details
    Browse the repository at this point in the history
  9. 3.2-b3 pre-release

    johnclause authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    b0fcd9c View commit details
    Browse the repository at this point in the history
  10. Update localization in native pt language

    Corrected country flag for original 'pt' localization
    Corrected text and localization codes from Brazil to native Portuguese (pt_BR to pt_PT)
    WordPress have 'pt' and 'pt_BR', pt as native PT and uses _BR sufix for Brazil localization.
    pedro-mendonca authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    4d2ec20 View commit details
    Browse the repository at this point in the history
  11. Add credit

    pedro-mendonca authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    2bf98e9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    f5efd59 View commit details
    Browse the repository at this point in the history
  13. Typo corrected

    pedro-mendonca authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    4ad406d View commit details
    Browse the repository at this point in the history
  14. Bugfix for highlighting translatable fields

    * Textarea was not highlighted in Text mode, and in Visual mode only if it was already in Visual mode on page load
    * Also fixes the problem of the class name being added multiple times
    mweimerskirch authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    5468b2f View commit details
    Browse the repository at this point in the history
  15. 3.2 release

    johnclause authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    651b471 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    7e1e630 View commit details
    Browse the repository at this point in the history
  17. release 3.2.1

    johnclause authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    9659f05 View commit details
    Browse the repository at this point in the history
  18. release 3.2.1

    johnclause authored and soft79 committed Mar 1, 2015
    Copy the full SHA
    37f550b View commit details
    Browse the repository at this point in the history