Skip to content
upload-cloud

GitHub Action

Translized upload

v1.0 Latest version

Translized upload

upload-cloud

Translized upload

Upload localizable files to the Translized translation management platform

Installation

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

              

- name: Translized upload

uses: translized/[email protected]

Learn more about this action in translized/upload

Choose a version

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/[email protected]

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