Skip to content

Implemented gettext functions #95

@ArmorDarks

Description

@ArmorDarks

singular

  • gettext( key )

plural

#51

  • ngettext( singular_key, plural_key, value )

domain

#94

  • dgettext( domain, key )
  • dngettext( domain, singular_key, plural_key, value )

context

#94

  • pgettext( context, key )
  • npgettext( context, singular_key, plural_key, value )

domain and context

#94

  • dpgettext( domain, context, key )
  • dnpgettext( domain, context, singular_key, plural_key, value )

category

  • dcgettext( domain, key, category )
  • dcngettext( domain, singular_key, plural_key, value, category )
  • dcnpgettext( domain, context, singular_key, plural_key, value, category )

I hope that will help to have better view of project state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions