8000 Add Kazakh(kk) locale support (#9713) · encode/django-rest-framework@4bb46c2 · GitHub
[go: up one dir, main page]

Skip to content
7A24

Add Kazakh(kk) locale support (#9713) #2087

Add Kazakh(kk) locale support (#9713)

Add Kazakh(kk) locale support (#9713) #2087

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.1
0