Skip to content

Added "uz" language to Crowdin #330

Added "uz" language to Crowdin

Added "uz" language to Crowdin #330

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
test:
name: Test changes
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Checkout repository
uses: actions/checkout@v3
with:
repository: 'altmp/altv-locales'
- name: Get file changes
id: get_file_changes
uses: trilom/file-changes-action@v1.2.4
with:
output: ' '
- name: Test
run: npm run test -- ${{ steps.get_file_changes.outputs.files }}