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

Translatability fixes #1858

Merged
merged 36 commits into from
Apr 28, 2020
Merged

Translatability fixes #1858

merged 36 commits into from
Apr 28, 2020

Commits on Apr 23, 2020

  1. Translation and minor code-quality improvements for archive.php

    - provide `translators: ` notes
    - make date formates translatable for archive title
    - replace the deprecated urlencode with rawurlencode
    - date archives don't return an object for `get_queried_object()`, so
    in that case we shouldn't be trying to get the term meta post
    - better formatting for the date archive dropdown picker
    - replace an endwhile with {}
    - remove translation of post_type_archive_title() as translation for
    that function's output is handled during post type registration.
    - improved escaping of output
    - punctuate inline comments
    benlk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    798d0c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232e781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd81e6 View commit details
    Browse the repository at this point in the history
  4. Translation improvements in byline classes

    - add a translators: note to an error condition in co-authors
    - make the output generator for coauthors links more readable via
    sprintf
    benlk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b5a4317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94770e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efc042c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abff8ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ac9d4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5438bcf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb81168 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4bb820c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    819b82c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afbf9c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8f72cfb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4c5f0c3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0a9e0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    88d4be0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9ad62c2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e056e4c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36409a1 View commit details
    Browse the repository at this point in the history
  21. translators note in search.php

    benlk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    1d3200f View commit details
    Browse the repository at this point in the history
  22. update lang/largo.pot

    benlk committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    84c1c65 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Fix translation function being fed twitter handle variable in inc/wid…

    …gets/largo-twitter.php
    benlk committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    54e43cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cee382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa3784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12637f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87a7817 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0814135 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    033ce93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90e0a37 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    841a290 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    378c33d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dad93a9 View commit details
    Browse the repository at this point in the history
  12. Bump changelog for #1858

    benlk committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    25b3fec View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    4363211 View commit details
    Browse the repository at this point in the history
  2. Remove argnum$ from translated sprintf format strings that only had o…

    …ne argument, because it was confusing the Theme Check plugin.
    benlk committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2adf3d4 View commit details
    Browse the repository at this point in the history