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

@@ -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