Skip to content

Translized upload

Actions
Upload localizable files to the Translized translation management platform
v1.0
Latest
Star (0)

Tags

 (1)

Translized upload docker action

Upload localizable files to the Translized translation management platform. For detailed documentation of Translized CLI, please visit the documentation.

Prerequisites

Configuration file .translized.yml should exist in a root directory. More details about file and how to create it can be found here.

Example usage

name: upload_translized
on:
  push:
    branches:
      - 'main'
    paths:
      - 'languages/**'

jobs:
  upload:
    runs-on: ubuntu-latest
    steps:
      - name: Copy repository
        uses: actions/checkout@v4

      - name: Translized upload
        uses: translized/upload@v1.0

This job will upload your localization files to Translized whenever some of the localization files, which are in languages folder, change.

Translized upload 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

Upload localizable files to the Translized translation management platform
v1.0
Latest

Tags

 (1)

Translized upload 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.