Skip to content

Support new languages not in the CLDR via fallback #54

Support new languages not in the CLDR via fallback

Support new languages not in the CLDR via fallback #54

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
jobs:
test:
name: Tests
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: test
run: go test ./...