Added Vietnamese translations (#1758)

This commit is contained in:
Kevin Papst
2020-06-04 16:21:12 +02:00
committed by GitHub
parent 3b6df1cb84
commit da5563960b
29 changed files with 1990 additions and 14 deletions

View File

@@ -18,10 +18,10 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: pcov
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, mysql, zip, gd, ldap
- run: |
composer install --no-progress
composer require zendframework/zend-ldap
composer require laminas/laminas-ldap
- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Run tests

View File

@@ -18,7 +18,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
extensions: intl
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, mysql, zip, gd, ldap
tools: cs2pr:1.1.0
- run: composer install --no-progress
- run: composer validate --no-check-all --strict

View File

@@ -28,10 +28,10 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, mysql
extensions: mbstring, xml, ctype, iconv, intl, pdo_sqlite, mysql, zip, gd, ldap
- run: |
composer install --no-progress
composer require zendframework/zend-ldap
composer require laminas/laminas-ldap
- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Run unit tests