Skip to content

fix(translationtool): include only .po translation files for ExApps #141

fix(translationtool): include only .po translation files for ExApps

fix(translationtool): include only .po translation files for ExApps #141

# This workflow is provided via the organization template repository
#
# https://github.com/nextcloud/.github
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
#
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT
name: Test translationtool
on: pull_request
permissions:
contents: read
concurrency:
group: test-translationtool-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install gettext
run: |
sudo apt-get update
sudo apt-get -y install gettext
- name: Set up php8.1
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
with:
php-version: 8.1
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies of translationtool/ directory
working-directory: translations/translationtool/
run: composer i
- name: Install dependencies of translationtool.php
working-directory: translations/translationtool/src
run: composer i
- name: Create POT files
working-directory: translations/translationtool/
run: composer run test