Skip to content
refresh-ccw

GitHub Action

Building i18n files

v1 Latest version

Building i18n files

refresh-ccw

Building i18n files

Building translation files for the i18n library

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Building i18n files

uses: text-adi/build-language-i18n-action@v1

Learn more about this action in text-adi/build-language-i18n-action

Choose a version

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)