Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for secho (0.01 sec)

  1. .github/workflows/translate.yml

            run: uv pip install -r requirements-github-actions.txt -r requirements-translations.txt
          - name: Export Language Codes
            id: show-langs
            run: |
              echo "langs=$(python ./scripts/translate.py llm-translatable-json)" >> $GITHUB_OUTPUT
              echo "commands=$(python ./scripts/translate.py commands-json)" >> $GITHUB_OUTPUT
            env:
              LANGUAGE: ${{ github.event.inputs.language }}
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:48:45 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  2. scripts/translate.py

            «««
            ```bash
            # Print greeting
            echo "Hello, World!"
            ```
            »»»
    
        Result (German):
    
            «««
            ```bash
            # Gruß ausgeben
            echo "Hello, World!"
            ```
            »»»
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
Back to top