Skip to content

Building i18n files

Actions
Building translation files for the i18n library
v1
Latest
Star (2)

Building i18n files

Building translation files for the i18n library

Usage

workflow.yml Example

Place in a .yml file such as this one in your .github/workflows folder. Refer to the documentation on workflow YAML syntax here.

name: Build Files

on:
  push:
    branches:
    - master

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - uses: docker://textadi/build-language-i18n-action:v1
      env:
        DIR: src

You can also use an image from the repository. To do this, specify text-adi/build-language-i18n-action@v1 instead of docker://textadi/build-language-i18n-action:v1

Configuration

Key Value Suggested Type Required Default
DIR Directory for build language files For example, src. Defaults to the root of the bucket. env No ./ (root of bucket)

Building i18n files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Building translation files for the i18n library
v1
Latest

Building i18n files is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.