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

WIP : Issue 557 #560

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

WIP : Issue 557 #560

wants to merge 10 commits into from

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    20e1963 View commit details
    Browse the repository at this point in the history
  2. Require tx v2 script

    * Package transifex-client is no more accurate as used old api
    * We need install local tx client from https://github.com/transifex/cli
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e93877d View commit details
    Browse the repository at this point in the history
  3. Migrate transifex configuration to v2

    * Set a local configuration
    * Set a pattern to get all translations
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dd3319f View commit details
    Browse the repository at this point in the history
  4. Restore scritp functionnality

    * Get all po file and push them in different subdirectories
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ae7fc9c View commit details
    Browse the repository at this point in the history
  5. Remove mailman po

    * mailman part is managed from https://github.com/AlternC/alternc-mailman is no more core project
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    68cfec2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cda74bf View commit details
    Browse the repository at this point in the history
  7. Remove transifex script

    * Transifex connection is no more required
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4a3ae51 View commit details
    Browse the repository at this point in the history
  8. Provide a generic gettext function

    * __() conserve its default behavior
    * two options are added to display or return value and provide a selection domain (plugin translation)
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    985f20d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1b16d6 View commit details
    Browse the repository at this point in the history
  10. Rename _() to __()

    * Rationalize translation call function and use __() equivalent feature
    camlafit committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ee5b461 View commit details
    Browse the repository at this point in the history